[]
Update thumb's value considering the conditions.
protected bool UpdateThumbValue(LinkedListNode<SliderBase.ThumbModel> thumb, double value)
Type | Name | Description |
---|---|---|
LinkedListNode<SliderBase.ThumbModel> | thumb | Thumb. |
double | value | Value. |
Type | Description |
---|---|
bool | True, if value of thumb was updated otherwise false. |