Enum EUIPSlider.DisplayFormat
Display Format of the Slider. SliderOnly has no input field nor label, so InputField, and LabelText can be unassigned, but are not required to be. WithLabel has a label, so LabelText must be assigned. WithInputField will display an input field next to the slider, so InputField must be assigned.
Namespace: LlamaSoftware.UI
Assembly: LlamaSoftware.UI.dll
Syntax
public enum DisplayFormat
Fields
| Name | Description |
|---|---|
| SliderOnly | |
| WithInputField | |
| WithLabel |