'Declaration
Public Property ListGradientEffect As GradientEffect
'Usage
Dim instance As GcComboBox Dim value As GradientEffect instance.ListGradientEffect = value value = instance.ListGradientEffect
public GradientEffect ListGradientEffect {get; set;}
Property Value
A GradientEffect value that indicates background gradient effect of the control.The default is a null reference (Nothing in Visual Basic).