SlideGroup Constructors
A WindowsUI View container that arranges multiple Documents side-by-side in a single scrollable row or column.| Name | Parameters | Description |
|---|---|---|
| SlideGroup() | none | Initializes a new instance of the SlideGroup class with the default settings. |
| SlideGroup(ISlideGroupProperties) | defaultProperties | Initializes a new instance of the SlideGroup class with custom settings. |
| SlideGroup(IContainer) | container | Initializes a new instance of the SlideGroup class with the specified container. |
See Also