RangeSliderValueBadgeDisplayKinds Enum
Indicates when the value badge of a RangeSlider thumb is displayed.
[Flags]
public enum RangeSliderValueBadgeDisplayKinds
Fields
| Name | Description |
|---|---|
| Always | The value badge is always displayed. |
| Dragging | The value badge is displayed while dragging. |
| Interacting | The value badge is displayed when interacting with the thumb (i.e., dragging, keyboard focused, or pointer over). |
| KeyboardFocused | The value badge is displayed when the thumb has keyboard focus. |
| None | The value badge is never displayed. |
| PointerOver | The value badge is displayed when the pointer is over the thumb. |