Skip to main content

ColorDefinition(Color) Constructor

Initializes a new instance of the ColorDefinition class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ColorDefinition(
    Color color
)

Parameters

Name Type Description
color Color

A Color that specifies a color. This value is assigned to the ColorDefinition.Color property.

See Also