Gets or sets the orientation of the ToolBar.

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

Syntax

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

Remarks

Horizontal orientation aligns the tools (buttons) horizontally where every other button is placed to the right of the previous one.

Horizontal orientation aligns the tools (buttons) horizontally where every other button is placed to the bottom of the previous one.

See Also