DialogWindowClasses class¶
Names of the style classes a dialog window recognises. Pass them to ViewLocatorAttribute to pick the appearance of the window that hosts a view model, instead of repeating the literal strings at every call site.
Public Members¶
| name | description |
|---|---|
| const MaxSize | Sizes the dialog to the largest of the predefined widths. |
| const MinSize | Sizes the dialog to the smallest of the predefined widths, for short confirmations and prompts. |
| const StandardSize | Sizes the dialog to the default width used by most dialogs. |
| const WithFooter | Moves the dialog buttons into a separate footer bar with its own background, and widens them, instead of placing them directly under the content. |