[]
Ctor.
public ThumbModel(Action<double> update, double value, int id)
Public Sub New(update As Action(Of Double), value As Double, id As Integer)
| Type | Name | Description |
|---|---|---|
| Action<double> | update | Action on updating thumb value. |
| double | value | Initial value. |
| int | id | Unique id of thumb to identify it. |