GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Backwards Property
In This Topic
    Backwards Property (GoGroup)
    In This Topic
    Gets an enumerable whose enumerator will iterate over the group's child GoObjects in reverse order, starting with the last child, which is painted in front of all other children in the group.
    Syntax
    [Browsable(false)]
    public GoGroupEnumerator Backwards {get;}
    See Also