ThemeColorExtensionBase.Light Property
In This Article
Gets or sets the tonal palette’s tone number that is used when the light device theme is applied.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public int Light { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The tonal palette’s tone. |
See Also