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