ToolBarGradientBackgroundDisabled Property
Gets or sets the colors used to paint the background disabled tools in
ToolBar.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public InkColor GradientBackgroundDisabled { get; }
Public ReadOnly Property GradientBackgroundDisabled As InkColor
Get
Property Value
InkColor
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.