| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property ArrowOrientation As enumArrowOrientation | |
| C# | |
|---|---|
public virtual enumArrowOrientation ArrowOrientation {get; set;} | |
Property Value
enumArrowOrientationWhen set to Horizontal, the arrow in the previous button points left and the arrow in the next button points right.
When set to Vertical, the arrow in the previous button points up and the arrow in the next button points down.
When set to Vertical, the arrow in the previous button points up and the arrow in the next button points down.