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.v19.2.Core.dll

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