GoXam for WPF v3
LayerSpacing Property (LayeredDigraphLayout)
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : LayerSpacing Property
Gets or sets the space between layers.
Syntax
[DefaultValue(25)]
[Description("the size of each layer")]
public double LayerSpacing {get; set;}

Property Value

The value must be positive. It defaults to 25.
Remarks
The spacing is in addition to the room taken up by the nodes, as determined by NodeMinLayerSpace.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members