Theme.Scheme Property
In This Article
Gets or sets the theme’s color scheme.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public ThemeColorScheme Scheme { get; set; }
#Property Value
Type | Description |
---|---|
Theme |
The color scheme used in the Theme. |
See Also