public int Minimum { get; set; }Public Property Minimum As Integer
Get
SetThe minimum value for the TrackBar. The default is 0.
This property cannot be set a value higher than Maximum. If you try to assign it a value higher than Maximum, the value of Maximum will be assigned.