TrackBarMaximum Property
Gets or sets the upper limit of the range this TrackBar is working with.
Namespace: BeeMobile.TrackBarAssembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
public int Maximum { get; set; }
Public Property Maximum As Integer
Get
Set
Property Value
Int32 The maximum value for the TrackBar. The default is 10.