Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class / HorizontalSpacingStep Property


In This Topic
    HorizontalSpacingStep Property
    In This Topic
    Controls the horizontal spacing step
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Layout")>
    <System.ComponentModel.DescriptionAttribute("Controls the horizontal spacing step")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property HorizontalSpacingStep As System.Single
    'Usage
     
    
    Dim instance As NDrawingSettings
    Dim value As System.Single
     
    instance.HorizontalSpacingStep = value
     
    value = instance.HorizontalSpacingStep
    [System.ComponentModel.Category("Layout")]
    [System.ComponentModel.Description("Controls the horizontal spacing step")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float HorizontalSpacingStep {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