TabControlGradientBackground Property

Gets or sets the colors used to paint the background of TabBar.

Definition

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

Property Value

InkColor

Remarks

The background of the TabBar 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.

See Also