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

AppearanceSettings(Color, Color) Constructor

Initializes a new instance of the AppearanceSettings class.

Namespace: DevExpress.DashboardCommon

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

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