DXButtonBase.ThemeSeedColor Property
In This Article
Gets or sets the primary key color of the applied theme. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public ThemeSeedColor? ThemeSeedColor { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Theme |
The primary key color of the applied theme. |
Available values:
Name | Description |
---|---|
Purple | The |
Red | The |
Green | The |
Dark |
The |
Teal |
The |
Deep |
The |
Dark |
The |
Violet | The |
Brown | The |
Blue | The |
See Also