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


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