ToolBarUseGradientBackground Property

Enables or disables the gradient background.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool UseGradientBackground { get; set; }

Property Value

Boolean

Remarks

If 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.

See Also