Theme(ThemeSeedColor) Constructor
Initializes a new instance of the Theme class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Theme(
ThemeSeedColor source
)
Parameters
Name | Type | Description |
---|---|---|
source | ThemeSeedColor | The theme’s seed color. |
See Also