DXButtonBase.ThemeSeedColor Property
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
public ThemeSeedColor? ThemeSeedColor { get; set; }
Property Value
Type | Description |
---|---|
Nullable<ThemeSeedColor> | The primary key color of the applied theme. |
Available values:
Name | Description |
---|---|
Purple | The |
Red | The |
Green | The |
DarkCyan | The |
TealGreen | The |
DeepSeaBlue | The |
DarkGreen | The |
Violet | The |
Brown | The |
Blue | The |
See Also