Skip to main content

ResourceBrushSchema(Nullable<Color>) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceBrushSchema(
    Color? baseColor
)

Parameters

Name Type Description
baseColor Nullable<Color>

A Nullable<System.Windows.Media.Color> object specifying the color to be used for calculating other colors of the brush schema.

Remarks

Instances of the ResourceBrushSchema class are automatically created, initialized and passed to the corresponding event handlers.

See Also