Theme.Neutral Property
In This Article
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
C#
public TonalPalette Neutral { get; set; }
#Property Value
Type | Description |
---|---|
Tonal |
The tonal palette of the Neutral color. |
See Also