Class UISlider
Components that have a minimum and maximum value.
Inherited Members
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UISlider : UIComponent
Properties
Maximum
The maximum value of this slider.
Declaration
public uint Maximum { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Minimum
The minimum value of this slider.
Declaration
public uint Minimum { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Value
The value this slider holds.
Declaration
public int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |