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


In This Topic
Style Property (FpProgress)
In This Topic
Gets or sets how the progress indicator is displayed.
Syntax
'Declaration
 
Public Property Style As ProgressStyle
 
'Usage
 
Dim instance As FpProgress
Dim value As ProgressStyle
 
instance.Style = value
 
value = instance.Style
See Also