Page Constructors
A WindowsUI View container that displays a single Document.| Name | Parameters | Description |
|---|---|---|
| Page() | none | Initializes a new instance of the Page class with the default settings. |
| Page(IPageProperties) | defaultProperties | Initializes a new instance of the Page class with custom settings. |
| Page(IContainer) | container | Initializes a new instance of the Page class with the specified container. |
See Also