[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderBase.GetThumbNode

GetThumbNode Method

GetThumbNode(int)

Get a thumb node.

Declaration
protected LinkedListNode<SliderBase.ThumbModel> GetThumbNode(int thumbId)
Parameters
Type Name Description
int thumbId

Thumb id.

Returns
Type Description
LinkedListNode<SliderBase.ThumbModel>