Specifies how the page folds interact with the mouse.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
public enum PageFoldAction |
Visual Basic |
---|
Public Enumeration PageFoldAction |
Members
Member name | Value | Description | |
---|---|---|---|
TurnPageOnClick | 0 | Turn the page when the user clicks the page fold. | |
TurnPageOnDoubleClick | 1 | Turn the page when the user double clicks the page fold. | |
None | 2 | Turn page when user drags the page fold across the book. |