'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 for edges, which connect children arranged in Row. Accepts values in the [0-1] range. By default set to 0.5f (middle).")> <System.ComponentModel.DefaultValueAttribute(0.5)> Public Property RowBusFactor As System.Single
'Usage
Dim instance As NTipOverTreeLayout Dim value As System.Single instance.RowBusFactor = value value = instance.RowBusFactor
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable for edges, which connect children arranged in Row. Accepts values in the [0-1] range. By default set to 0.5f (middle).")] [System.ComponentModel.DefaultValue(0.5)] public System.float RowBusFactor {get; set;}