GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / ArrangementOrigin Property
In This Topic
    ArrangementOrigin Property (GoLayoutLayeredDigraph)
    In This Topic
    Gets or sets the top-left corner point at which LayoutNodes will position the nodes.
    Syntax
    public PointF ArrangementOrigin {get; set;}

    Property Value

    This defaults to (0, 0).
    Remarks
    This X,Y offset is added to the computed location for a node when LayoutNodes assigns the GoLayoutLayeredDigraphNode.Center property. The actual nodes may have Bounds that extend to values less than this origin, depending on the node sizes and relationship of the Center with the GoObject.Center as determined by GoLayoutGenericNetwork.Node<N,L,Y>.CommitPosition.
    See Also