Enum TrackDisplayType
The mode to display the track of the slider.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum TrackDisplayType
Fields
Name | Description |
---|---|
Inverted | Display the inverted track. For a range slider, the track is displayed outside the thumbs. |
Off | Do not display the track. |
On | Display the track. |