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

ColorScheme.IsLightColor Property

Specifies whether or not the scheme’s base color is light.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public bool IsLightColor { get; }

Property Value

Type Description
Boolean

true if the base color is light; otherwise false.

Remarks

This property indicates whether the color scheme is light or dark. The foreground color of report captions uses the report title’s color if the scheme’s base color is light. Otherwise, the foreground color of report captions is inverted.

See Also