Skip to main content

ColorDefinition(Color) Constructor

Initializes a new instance of the ColorDefinition class.

Namespace: DevExpress.DashboardCommon

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

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

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