Enum
TabStripAlign

The align of the buttons in the TabStrip.

Definition

Namespace:Telerik.Windows.Controls.TabControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum TabStripAlign

Fields

Center

The buttons are centered. If there is not enough space they would be justified.

Declaration

cs-api-definition
Center = 1

Field Value

TabStripAlign

Justify

The buttons are stretched or shrinked to fill the available space.

Declaration

cs-api-definition
Justify = 0

Field Value

TabStripAlign

Left

The buttons are stacked on the left side. If there is not enough space they would be justified.

Declaration

cs-api-definition
Left = 2

Field Value

TabStripAlign

Right

The buttons would be stacked on the right side. If there is not enough space they would be justified.

Declaration

cs-api-definition
Right = 3

Field Value

TabStripAlign

In this article
DefinitionFieldsCenterJustifyLeftRight
Not finding the help you need?
Contact Support