Skip to main content
All docs
V22.2

ColorStyleSettings(Color) Constructor

Initializes a new instance of the ColorStyleSettings class with specified settings.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public ColorStyleSettings(
    Color color
)

Parameters

Name Type Description
color Color

A Color value that specifies the color.

See Also