Enum SliderIndicatorVisibleMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the Slider's indicator visiblity mode.
[Obsolete("This has been deprecated in API12")]
public enum SliderIndicatorVisibleMode
Fields
Name | Description |
---|---|
Always | Always show the indicator. |
Default | Shows the indicator on mouse down or change in the slider value. |
None | Never show the indicator. |
OnFocus | Show the indicator on focus. |