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


In This Topic
GradientMode Property (FpProgress)
In This Topic
Gets or sets the gradient style displayed for the progress indicator when the style is set to display a gradient.
Syntax
'Declaration
 
Public Property GradientMode As LinearGradientMode
 
'Usage
 
Dim instance As FpProgress
Dim value As LinearGradientMode
 
instance.GradientMode = value
 
value = instance.GradientMode
See Also