RadControls for WPF

This enumeration describes the position of a page with respect to the Book.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.40

Syntax

C#
public enum PagePosition
Visual Basic
Public Enumeration PagePosition

Members

Member nameValueDescription
Left0 Page is in the left half of the Book.
Right1 Page is in the right half of the Book.

See Also