GoDiagram Win Reference
Angle Property (GoLayoutTreeNode)

Gets or sets the actual absolute angle at which this node should grow.
Syntax
'Declaration
 
Public Property Angle As Single
public float Angle {get; set;}

Property Value

The default value is zero, meaning that general tree growth should proceed rightwards along the X axis.
Remarks
This inherited property is initialized in the InitializeTreeNodeValues method. By default this is the same as the Angle of the parent GoLayoutTreeNode. However, after the initial propagation of property values, perhaps in an override of GoLayoutTree.AssignTreeNodeValues, you could just set this property to specify the angle at which this node grows it subtrees.
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

GoLayoutTreeNode Class
GoLayoutTreeNode Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback