GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / SubtreeOffset Property
In This Topic
    SubtreeOffset Property
    In This Topic
    Gets or sets the offset of this parent node relative to its whole subtree.
    Syntax
    public SizeF SubtreeOffset {get; set;}
    Remarks
    This informational property is computed by GoLayoutTree.LayoutTree. Of course if there are no children, this is just zero by zero. You probably should not be setting this property.
    See Also