Enum
TabStripAlignment

Defines the possible alignment of the TabStripElement in a TabStripPanel.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum TabStripAlignment

Fields

Bottom

The element is positioned horizontally on the bottom edge.

Declaration

cs-api-definition
Bottom = 4

Field Value

TabStripAlignment

Default

The panel itself decides where the element is positioned.

Declaration

cs-api-definition
Default = 0

Field Value

TabStripAlignment

Left

The element is positioned vertically on the left edge.

Declaration

cs-api-definition
Left = 1

Field Value

TabStripAlignment

Right

The element is positioned vertically on the right edge.

Declaration

cs-api-definition
Right = 3

Field Value

TabStripAlignment

Top

The element is positioned horizontally on the top edge.

Declaration

cs-api-definition
Top = 2

Field Value

TabStripAlignment

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