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

In This Topic
    PageMode Enumeration
    In This Topic
    Represents the different modes inside a C1Book.
    Syntax
    'Declaration
     
    
    Public Enum PageMode 
       Inherits System.Enum
    public enum PageMode : System.Enum 
    Members
    MemberDescription
    OnePageSpecifies the single page of the book.
    TwoPageSpecifies the two page of the book.
    Inheritance Hierarchy

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

    See Also