XlColor.Tint Property
In This Article
Gets the tint value applied to the theme color.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value from -1 to 1. |
#Remarks
The Tint property obtains the tint value used to darken or lighten the predefined theme color when the XlColor.FromTheme method is called to create an XlColor instance. If an XlColor object is not based on a theme color, the Tint property returns 0.
See Also