Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NTipOverTreeLayout Class / ColumnBusFactor Property


In This Topic
    ColumnBusFactor Property
    In This Topic
    Gets/sets the bus alignment relative to the HorizontalSpacing property. Only applicable for edges, which connect children arranged in Column. Accepts values in the [0-1] range. By default set to 0.5f (middle).
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the bus alignment relative to the HorizontalSpacing property. Only applicable for edges, which connect children arranged in Column. Accepts values in the [0-1] range. By default set to 0.5f (middle).")>
    <System.ComponentModel.DefaultValueAttribute(0.5)>
    Public Property ColumnBusFactor As System.Single
    'Usage
     
    
    Dim instance As NTipOverTreeLayout
    Dim value As System.Single
     
    instance.ColumnBusFactor = value
     
    value = instance.ColumnBusFactor
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the bus alignment relative to the HorizontalSpacing property. Only applicable for edges, which connect children arranged in Column. Accepts values in the [0-1] range. By default set to 0.5f (middle).")]
    [System.ComponentModel.DefaultValue(0.5)]
    public System.float ColumnBusFactor {get; set;}
    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