public bool UseGradientBackground { get; set; }Public Property UseGradientBackground As Boolean
Get
SetIf UseGradientBackground is true then the background of the control is gradient-filled. The parameters of the gradient-fill are specified by GradientBackground.
If UseGradientBackground is false then the background of the control is solid-filled. The color of the solid fill is defined by BackColor.