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