# DialogWindowClasses class

Names of the style classes a dialog window recognises. Pass them to [`ViewLocatorAttribute`](./ViewLocatorAttribute.md) to pick the appearance of the window that hosts a view model, instead of repeating the literal strings at every call site.

```csharp
public static class DialogWindowClasses
```

## Public Members

| name | description |
| --- | --- |
| const [MaxSize](DialogWindowClasses/MaxSize.md) | Sizes the dialog to the largest of the predefined widths. |
| const [MinSize](DialogWindowClasses/MinSize.md) | Sizes the dialog to the smallest of the predefined widths, for short confirmations and prompts. |
| const [StandardSize](DialogWindowClasses/StandardSize.md) | Sizes the dialog to the default width used by most dialogs. |
| const [WithFooter](DialogWindowClasses/WithFooter.md) | Moves the dialog buttons into a separate footer bar with its own background, and widens them, instead of placing them directly under the content. |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
