[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderBase.UpdateThumbValue

UpdateThumbValue Method

UpdateThumbValue(LinkedListNode<ThumbModel>, double)

Update thumb's value considering the conditions.

Declaration
protected bool UpdateThumbValue(LinkedListNode<SliderBase.ThumbModel> thumb, double value)
Parameters
Type Name Description
LinkedListNode<SliderBase.ThumbModel> thumb

Thumb.

double value

Value.

Returns
Type Description
bool

True, if value of thumb was updated otherwise false.