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

    Property Value

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