TrackBarMaximum Property

Gets or sets the upper 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 Maximum { get; set; }

Property Value

Int32

Remarks

The maximum value for the TrackBar. The default is 10.

See Also