Theme.NeutralVariant Property
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
public TonalPalette NeutralVariant { get; set; }
Property Value
Type | Description |
---|---|
TonalPalette | The tonal palette of the NeutralVariant color. |
See Also