Gets or sets the Height of TabBar.

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

Syntax

C#
public int TabBarHeight { get; set; }
Visual Basic (Declaration)
Public Property TabBarHeight As Integer
Visual C++
public:
property int TabBarHeight {
	int get ();
	void set (int value);
}

See Also