GradientEffect Property (ItemStyle)
Gets or sets a value that represents the background gradient effect.
'Declaration
Public Property GradientEffect As GradientEffect
'Usage
Dim instance As ItemStyle
Dim value As GradientEffect
instance.GradientEffect = value
value = instance.GradientEffect
Property Value
A
GradientEffect value indicates the background gradient effect.
The default is a null reference (
Nothing in Visual Basic).