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