This enumerator defines the possible positioning options for the items of a RadPageViewStackElement.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum StackViewPosition
Fields
Positions the items to the bottom of the content area.
C#
Bottom = 3
Positions the items to the left side of the content area.
C#
Left = 0
Positions the items to the right of the content area.
C#
Right = 2
Positions the items to the top of the content area.
C#
Top = 1