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

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public InkColor GradientBackground { get; }
Visual Basic (Declaration)
Public ReadOnly Property GradientBackground As InkColor
Visual C++
public:
property InkColor^ GradientBackground {
	InkColor^ get ();
}

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