RangeSliderOverlapKind Enum
Indicates the kind of overlap allowed on a RangeSlider.
public enum RangeSliderOverlapKind
Fields
| Name | Description |
|---|---|
| None | A range slider thumb control will stop when it encounters another thumb to prevent overlap. |
| Overlap | A range slider thumb control can overlap another thumb control. |
| Push | A range slider thumb control will push another thumb in the same direction to prevent overlap. |