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

In This Topic
    BookZone Enumeration
    In This Topic
    Represents the different zones inside a C1Book.
    Syntax
    'Declaration
     
    
    Public Enum BookZone 
       Inherits System.Enum
    public enum BookZone : System.Enum 
    Members
    MemberDescription
    BottomLeftSpecifies the bottom left fold zone.
    BottomRightSpecifies the bottom left fold zone.
    CenterSpecifies the center of the book.
    OutSpecifies the zone outside the borders of the book.
    TopLeftSpecifies the top left fold zone.
    TopRightSpecifies the top right fold zone.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Extended.BookZone

    See Also