Skip to main content
A newer version of this page is available. .

XlColor.Tint Property

Gets the tint value applied to the theme color.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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