Theme(ThemeSeedColor) Constructor
In This Article
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
C#
public Theme(
ThemeSeedColor source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Theme |
The theme’s seed color. |
See Also