Class NuiSlider
A slider bar with integer values.
public sealed class NuiSlider : NuiWidget
- Inheritance
-
NuiSlider
- Inherited Members
- Extension Methods
Constructors
- NuiSlider(NuiProperty<int>, NuiProperty<int>, NuiProperty<int>)
A slider bar with integer values.
Properties
- Max
Gets or sets the maximum slider value.
- Min
Gets or sets the minimum slider value.
- Step
Gets or sets the step increment between slider values.
- Type
Gets the NUI widget type identifier for this element.
- Value
Gets or sets the current slider value.