Skip to main content

RangeControl.ShadingMode Property

Gets or sets the mode in which the unselected range is shaded.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ShadingModes ShadingMode { get; set; }

Property Value

Type Description
DevExpress.Xpf.Editors.RangeControl.ShadingModes

The ShadingModes value specifying the mode in which the unselected range is shaded.

Remarks

The RangeControl shades the range that is not selected. You can specify the shading mode with the ShadingMode property. The ShadingModes enumeration provides the following values:

ShadingModes

Description

ShadingModes.Shading

The unselected range is shaded.

RangeControl_ShadingMode_Shading

ShadingModes.Grayscale

The unselected range is gray-scaled.

RangeControl_ShadingMode_GrayScale

ShadingModes.Both

Combines the two previous modes.

RangeControl_ShadingMode_Both

See Also