C1.WPF.Extended Namespace / PageFoldAction Enumeration

PageFoldAction Enumeration
Specifies how the page folds interact with the mouse.
Syntax
'Declaration
 
Public Enum PageFoldAction 
   Inherits System.Enum
 
Members
MemberDescription
NoneTurn page when user drags the page fold across the book.
TurnPageOnClickTurn the page when the user clicks the page fold.
TurnPageOnDoubleClickTurn the page when the user double clicks the page fold.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Extended.PageFoldAction

See Also