Defines the content orientation of in RadPageViewItem.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum PageViewContentOrientation
Fields
Orientation is automatically selected depending on the item alignment within the owning RadPageViewElement.
C#
Auto = 0
Item's content is horizontally oriented.
C#
Horizontal = 1
Item's content is rotated by 180 degrees.
C#
Horizontal180 = 2
Item's content is rotated 270 degrees.
C#
Vertical270 = 4
Item's content is rotated by 90 degrees.
C#
Vertical90 = 3