GoXam for WPF v3
Direction Property (LayeredDigraphLayout)
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : Direction Property
Gets or sets which direction the graph grows toward.
Syntax
[DefaultValue(0)]
[Description("in which direction is the graph laid out")]
public double Direction {get; set;}

Property Value

0 is towards the right, 90 is downwards, 180 is towards the left, and 270 is upwards. The default value is zero.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members