TabControlTabPosition Property |
Gets or sets the position of the tabs relative to the content.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DockPosition TabPosition { get; set; }
Public Property TabPosition As DockPosition
Get
Set
member TabPosition : DockPosition with get, set
Property Value
Type:
DockPositionRemarks
Note that on some platforms the text is rotated when using Left or Right (e.g. OS X).
This means that is is not suitable when you have a lot of tabs.
Some platforms (mobile) may ignore this hint and display the tabs according to the platform.
See Also