| Visual Basic (Declaration) | |
|---|---|
Public Enum ProgressOrientation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ProgressOrientation : Enum | |
| Member | Description |
|---|---|
| LeftToRight | Displays the progress indicator horizontally left to right |
| RightToLeft | Displays the progress indicator horizontally right to left |
| TopToBottom | Displays the progress indicator vertically top to bottom |
| BottomToTop | Displays the progress indicator vertically bottom to top |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ProgressOrientation