Enum SliderIndicatorVisibleMode

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the Slider's indicator visiblity mode.

C#
Copy
public enum SliderIndicatorVisibleMode
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.