Skip to main content

ColorScaleFormat.CoerceBackground(Brush, FormatValueProvider, Nullable<Decimal>, Nullable<Decimal>) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public override Brush CoerceBackground(
    Brush value,
    FormatValueProvider provider,
    decimal? minValue,
    decimal? maxValue
)

Parameters

Name Type
value Brush
provider DevExpress.Xpf.Core.ConditionalFormatting.Native.FormatValueProvider
minValue Nullable<Decimal>
maxValue Nullable<Decimal>

Returns

Type
Brush
See Also