Enum PageLayout
Namespace TallComponents.Interaction.WPF
Different ways of laying out pages on the canvas.
Fields
Single
The PagesViewer area contains a single page.
TopToBottom
The PagesViewer area contains all pages, laid out in a column.
Double
The PagesViewer area contains two pages.
DoubleTopToBottom
The PagesViewer area contains all pages, laid out pairwise in a column.
DoubleFacing
The pagesViewer area contains two facing pages, if they exist. Otherwise it
contains just one page.
DoubleFacingTopToBottom
The PagesViewer area contains all pages, laid out pairwise in a column.
Facing pages are placed next to each other.
Custom
Custom page layout. Use this if you want to set the LayoutManager and PageSelection
yourself.