TabBarPositions Enumeration

Specifies the position of TabControl's TabBar.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public enum TabBarPositions

Members

Bottom0 The TabBar will be docked to the bottom.
Top1 The TabBar will be docked to the top.
Left2 The TabBar will be docked to the left.
Right3 The tabBar will be docked to the right.

See Also