Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PageFoldAction Enumeration

In This Topic
    PageFoldAction Enumeration
    In This Topic
    Specifies how the page folds interact with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum PageFoldAction 
       Inherits System.Enum
    public enum PageFoldAction : 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