Skip to main content

ColorScheme.IsLightColor Property

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

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.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