'Declaration
Public Enum ProgressOrientation Inherits System.Enum
'Usage
Dim instance As ProgressOrientation
public enum ProgressOrientation : System.Enum
'Declaration
Public Enum ProgressOrientation Inherits System.Enum
'Usage
Dim instance As ProgressOrientation
public enum ProgressOrientation : System.Enum
Member | Description |
---|---|
BottomToTop | Displays the progress indicator vertically bottom to top |
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 |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ProgressOrientation