Theme Constructors
A theme of DevExpress .NET MAUI controls.| Name | Parameters | Description |
|---|---|---|
| Theme() | none | Initializes a new instance of the Theme class. |
| Theme(ThemeSeedColor) | source | Initializes a new instance of the Theme class with specified settings. |
| Theme(Color) | source | Initializes a new instance of the Theme class with specified settings. |
See Also