Method SetValueWithoutNotify
SetValueWithoutNotify(TValueType)
Set the value of the slider without notifying the change.
Declaration
public override void SetValueWithoutNotify(TValueType newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| TValueType | newValue | The new value of the slider. |