TrackBarMinimum Property

Gets or sets the lower limit of the range this TrackBar is working with.

Definition

Namespace: BeeMobile.TrackBar
Assembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
C#
public int Minimum { get; set; }

Property Value

Int32

Remarks

The 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.

See Also