Enum
StackViewPosition

This enumerator defines the possible positioning options for the items of a RadPageViewStackElement.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum StackViewPosition

Fields

Bottom

Positions the items to the bottom of the content area.

Declaration

cs-api-definition
Bottom = 3

Field Value

StackViewPosition

Left

Positions the items to the left side of the content area.

Declaration

cs-api-definition
Left = 0

Field Value

StackViewPosition

Right

Positions the items to the right of the content area.

Declaration

cs-api-definition
Right = 2

Field Value

StackViewPosition

Top

Positions the items to the top of the content area.

Declaration

cs-api-definition
Top = 1

Field Value

StackViewPosition

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