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

ColorScheme.BaseColor Property

Specifies the scheme’s base color.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

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