GoDiagram Win Reference
ArrangementOrigin Property (GoLayoutLayeredDigraph)

Gets or sets the top-left corner point at which LayoutNodes will position the nodes.
Syntax
'Declaration
 
Public Property ArrangementOrigin As PointF
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback