Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGraphTemplate Class / VerticalSpacing Property


In This Topic
    VerticalSpacing Property (NGraphTemplate)
    In This Topic
    Gets/sets the vertical spacing between vertices
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Layout")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the vertical spacing between vertices")>
    <System.ComponentModel.DefaultValueAttribute(30)>
    Public Property VerticalSpacing As System.Single
    'Usage
     
    
    Dim instance As NGraphTemplate
    Dim value As System.Single
     
    instance.VerticalSpacing = value
     
    value = instance.VerticalSpacing
    [System.ComponentModel.Category("Layout")]
    [System.ComponentModel.Description("Gets/sets the vertical spacing between vertices")]
    [System.ComponentModel.DefaultValue(30)]
    public System.float VerticalSpacing {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