The PageLayoutManager type exposes the following members.

Constructors

  NameDescription
Public methodPageLayoutManager
Initializes a new instance of the PageLayoutManager class

Methods

  NameDescription
Protected methodArrange
Rotates all pages according to their orienttation.
(Overrides LayoutManager..::..Arrange(LayoutContext, InteractorCollection).)
Public methodInvalidate
Invalidates the layout. This will eventually lead to a new invocation of Arrange.
(Inherited from LayoutManager.)

Properties

  NameDescription
Public propertyMargin
Margin with respect to the surrounding interactor.
(Inherited from LayoutManager.)
Public propertySpacing
The minimum distance between elements.
(Inherited from LayoutManager.)

See Also