TrackBarValue Property

Gets or sets a numeric value that represents the current position of the thumb on the track bar.

Definition

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

Property Value

Int32
A numeric value that is within the TrackBar.Minimum and TrackBar.Maximum range. The default value is 0.

See Also