Skip to main content

ColorDefinition.Color Property

Gets a color for the current color definition.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public Color? Color { get; }

Property Value

Type Description
Nullable<Color>

A Color that is the ARGB color.

See Also