Spread Windows Forms 12.0 Product Documentation
GradientEffect Property (ItemStyleInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemStyleInfo Class : GradientEffect Property
Gets or sets a value that represents the background gradient effect.
Syntax
'Declaration
 
Public Property GradientEffect As GradientEffect
'Usage
 
Dim instance As ItemStyleInfo
Dim value As GradientEffect
 
instance.GradientEffect = value
 
value = instance.GradientEffect
public GradientEffect GradientEffect {get; set;}

Property Value

A GradientEffect value indicates the background gradient effect.
The default is a null reference (Nothing in Visual Basic).
See Also

Reference

ItemStyleInfo Class
ItemStyleInfo Members