Nevron .NET Vision
Nevron.Diagram Namespace / NStepConnector Class / FirstVertical Property


In This Topic
    FirstVertical Property
    In This Topic
    Controls the direction of the first step
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Controls")>
    <System.ComponentModel.DescriptionAttribute("Controls the direction of the first step")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property FirstVertical As System.Boolean
    'Usage
     
    
    Dim instance As NStepConnector
    Dim value As System.Boolean
     
    instance.FirstVertical = value
     
    value = instance.FirstVertical
    [System.ComponentModel.Category("Controls")]
    [System.ComponentModel.Description("Controls the direction of the first step")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool FirstVertical {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