FarPoint.Win
ProgressOrientation Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ProgressOrientation Enumeration


Specifies the orientation of the progress indicator in the control.

Syntax

Visual Basic (Declaration) 
Public Enum ProgressOrientation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ProgressOrientation
C# 
public enum ProgressOrientation : Enum 

Members

MemberDescription
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.ProgressOrientation

See Also