GoXam for WPF v3
Angle Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : Angle Property
Gets or sets the actual absolute angle at which this node should grow.
Syntax
public double 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 InitializeTreeVertexValues method. By default this is the same as the Angle of the parent TreeVertex. However, after the initial propagation of property values, perhaps in an override of AssignTreeVertexValues, you could just set this property to specify the angle at which this node grows it subtrees.
See Also

Reference

TreeVertex Class
TreeVertex Members