| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Orientation As enumOrientation | |
| C# | |
|---|---|
public virtual enumOrientation Orientation {get; set;} | |
Property Value
enumOrientation EnumerationIf this property is set to Vertical, the control will progress from the bottom to the top. If this property is set to Horizontal, the control will progress from the left to the right.