ComponentOne Extended Library for WPF and Silverlight
BookZone Enumeration

C1.WPF.Extended Namespace : BookZone Enumeration
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.WPF.Extended.BookZone

See Also

Reference

C1.WPF.Extended Namespace