Click or drag to resize

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; }

Property Value

Type: DockPosition
Remarks
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