RangeControl.ShadingMode Property
Gets or sets the mode in which the unselected range is shaded.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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. |
ShadingModes.Grayscale | The unselected range is gray-scaled. |
ShadingModes.Both | Combines the two previous modes. |
See Also