Class PagePosition
This enumeration describes the position of a page with respect to the Book.
Inheritance
System.Object
PagePosition
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class PagePosition : Enum
Fields
Left
Page is in the left half of the Book.
Declaration
public const PagePosition Left
Field Value
Right
Page is in the right half of the Book.
Declaration
public const PagePosition Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|