'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;}