GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / First Property
In This Topic
    First Property (GoGroup)
    In This Topic
    Gets the first child object of this group.
    Syntax
    [Description("The first child object of this group.")]
    public GoObject First {get;}

    Property Value

    The value may be null if this group is empty.
    Remarks
    The first object will appear behind all other objects in this group.
    See Also