Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / Orientation Property


In This Topic
Orientation Property (FpProgress)
In This Topic
Gets or sets the orientation of the progress indicator.
Syntax
'Declaration
 
Public Property Orientation As ProgressOrientation
 
'Usage
 
Dim instance As FpProgress
Dim value As ProgressOrientation
 
instance.Orientation = value
 
value = instance.Orientation
See Also