ToolBarGradientBackgroundDisabled Property

Gets or sets the colors used to paint the background disabled tools in ToolBar.

Definition

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

Property Value

InkColor

Remarks

The background of disabled tools of ToolBar is gradient-filled starting with Color1 in the beginning, going to Color2 in the middle, then immediately going to Color3 in the middle and continuing to Color4 at the end. The direction of the gradient fill is determined by BackgroundFillDirection.

See Also