Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NOrthogonalGraphLayout Class / CellSpacing Property


In This Topic
    CellSpacing Property
    In This Topic
    Determines the inter cell spacing of the grid cells.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Determines the inter cell spacing of the grid cells.")>
    <System.ComponentModel.DefaultValueAttribute(10)>
    Public Property CellSpacing As System.Single
    'Usage
     
    
    Dim instance As NOrthogonalGraphLayout
    Dim value As System.Single
     
    instance.CellSpacing = value
     
    value = instance.CellSpacing
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Determines the inter cell spacing of the grid cells.")]
    [System.ComponentModel.DefaultValue(10)]
    public System.float CellSpacing {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