Skip to main content

XlColor.Tint Property

Gets the tint value applied to the theme color.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public double Tint { get; }

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