GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / RelativePosition Property
In This Topic
    RelativePosition Property
    In This Topic
    Gets or sets the position of this node relative to its parent node.
    Syntax
    public PointF RelativePosition {get; set;}
    Remarks
    This informational property is computed by GoLayoutTree.LayoutTree. You probably should not be setting this property.
    See Also