Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / Style Property


In This Topic
Style Property (GradientEffect)
In This Topic
Gets or sets a value indicating the style of gradient.
Syntax
'Declaration
 
Public Property Style As GradientStyle
 
'Usage
 
Dim instance As GradientEffect
Dim value As GradientStyle
 
instance.Style = value
 
value = instance.Style

Property Value

A GradientStyle value indicates the style of gradient.
The default is GradientStyle.Horizontal.
See Also