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

ColorDefinition(Color) Constructor

Initializes a new instance of the ColorDefinition class.

Namespace: DevExpress.DashboardCommon

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

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