ToolBarOrientation Property

Gets or sets the orientation of the ToolBar.

Definition

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

Property Value

Orientation

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