GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / ArrangementOrigin Property
In This Topic
    ArrangementOrigin Property (GoLayoutTree)
    In This Topic
    Gets or sets the point at which ArrangeTrees will position the trees.
    Syntax
    public PointF ArrangementOrigin {get; set;}

    Property Value

    This defaults to the PointF(10, 10).
    Remarks
    This property is ignored if Arrangement is GoLayoutTreeArrangement.FixedRoots.
    See Also