Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class / HorizontalSpacing Property


In This Topic
    HorizontalSpacing Property (NCellsLayout)
    In This Topic
    Gets/sets the minimal horizontal spacing between the cells
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the minimal horizontal spacing between the cells")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property HorizontalSpacing As System.Single
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim value As System.Single
     
    instance.HorizontalSpacing = value
     
    value = instance.HorizontalSpacing
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the minimal horizontal spacing between the cells")]
    [System.ComponentModel.DefaultValue(0)]
    public System.float HorizontalSpacing {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