Book for WPF includes several properties that allow you to set the functionality of the control. Some of the more important properties are listed below. Note that you can see Book for WPF Appearance Properties for more information about properties that control appearance.
The following properties let you customize the C1Book control:
Property |
Description |
C1Book.CurrentPage |
Gets or sets the current page that is displayed. |
C1Book.CurrentZone |
Gets the zone of the book under the mouse. See Book Zones for more information. |
C1Book.FoldSize |
Gets or sets the size of the fold (in pixels). See Page Fold Size for more information. |
C1Book.IsFirstPageOnTheRight |
Gets or sets whether the first page of the book is displayed in the right side of the book. See First Page Display for more information. |
C1Book.LeftPageTemplate |
Gets or sets the template of the page shown in the left side of the book. |
C1Book.PageFoldAction |
Gets or sets the action that will raise the turn animation. See Page Turning Options for more information. |
C1Book.RightPageTemplate |
Gets or sets the template of the page shown in the right side of the book. |
C1Book.ShowInnerShadows |
Gets or sets whether the inner shadows are shown. See Page Shadows for more information. |
C1Book.ShowOuterShadows |
Gets or sets whether the outer shadows are shown. See Page Shadows for more information. |
C1Book.ShowPageFold |
Gets or sets whether the fold is displayed. See Page Fold Visibility for more information. |
C1Book.TurnInterval |
Gets or sets the amount (in milliseconds) of time of the turn animation. |