Theme.Neutral Property
Gets or sets the theme’s Neutral color’s tonal palette.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public TonalPalette Neutral { get; set; }
Property Value
Type | Description |
---|---|
TonalPalette | The tonal palette of the Neutral color. |
See Also