'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the state indicator panel expand mode")> Public Property Orientation As StateIndicatorOrientation
'Usage
Dim instance As NStateIndicatorPanel Dim value As StateIndicatorOrientation instance.Orientation = value value = instance.Orientation
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the state indicator panel expand mode")] public StateIndicatorOrientation Orientation {get; set;}