Nevron.Diagram.Layout Namespace / NClassicalTreeLayout Class / BusAlignment Property


BusAlignment Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable if OrthogonalEdgeRouting is set to true. Accepts values in the [0-1] range. By default set to 0.5f (middle).")>
<System.ComponentModel.DefaultValueAttribute(0.5)>
Public Property BusAlignment As System.Single
 
'Usage
 
Dim instance As NClassicalTreeLayout
Dim value As System.Single
 
instance.BusAlignment = value
 
value = instance.BusAlignment
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