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

ColorDefinition.Color Property

Gets a color for the current color definition.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

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

Declaration

public Color? Color { get; }

Property Value

Type Description
Nullable<Color>

A Color that is the ARGB color.

See Also