Back to Devexpress

RangeControl.ShadingMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-921ac671.md

latest1.9 KB
Original Source

RangeControl.ShadingMode Property

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

Namespace : DevExpress.Xpf.Editors.RangeControl

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ShadingModes ShadingMode { get; set; }
vb
Public Property ShadingMode As ShadingModes

Property Value

TypeDescription
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.

| |

ShadingModes.Grayscale

|

The unselected range is gray-scaled.

| |

ShadingModes.Both

|

Combines the two previous modes.

|

See Also

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace