Class TabStripAlign
The align of the buttons in the TabStrip.
Inheritance
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class TabStripAlign : Enum
Fields
Center
The buttons are centered. If there is not enough space they would be justified.
Declaration
public const TabStripAlign Center
Field Value
Justify
The buttons are stretched or shrinked to fill the available space.
Declaration
public const TabStripAlign Justify
Field Value
Left
The buttons are stacked on the left side. If there is not enough space they would be justified.
Declaration
public const TabStripAlign Left
Field Value
Right
The buttons would be stacked on the right side. If there is not enough space they would be justified.
Declaration
public const TabStripAlign Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|