Skip to main content

ColorScheme.BaseColor Property

Specifies the scheme’s base color.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public Color BaseColor { get; set; }

Property Value

Type Description
Color

A Color value whose variations, according to an internal algorithm, are used as other color components of the scheme.

See Also