Skip to main content

AppearanceSettings(Color, Color) Constructor

Initializes a new instance of the AppearanceSettings class.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public AppearanceSettings(
    Color backColor,
    Color foreColor
)

Parameters

Name Type Description
backColor Color

A Color value that specifies the background color.

foreColor Color

A Color value that specifies the foreground color.

See Also