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

Property Value

The value must be positive. It defaults to 25.
Remarks
NodeMinColumnSpace returns a number that represents a multiple of this property.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members