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


In This Topic
GradientMode Property (ButtonCellType)
In This Topic
Gets or sets the drawing style of a gradient button.
Syntax
'Declaration
 
Public Property GradientMode As LinearGradientMode
 
'Usage
 
Dim instance As ButtonCellType
Dim value As LinearGradientMode
 
instance.GradientMode = value
 
value = instance.GradientMode
See Also