ThemeColorScheme(Theme) Constructor
Initializes a new instance of the ThemeColorScheme class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ThemeColorScheme(
Theme theme
)
Parameters
Name | Type | Description |
---|---|---|
theme | Theme | The theme whose color you want to retrieve. |
See Also