Enum PageFlipMode
This enumeration describes whether the page will perform full flip on single click or double click.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum PageFlipMode
DoubleClick
Page performs full flip on double click.
None
Page does not perform full flip.
SingleClick
Page performs full flip on single click.