TrackBarValue Property
Gets or sets a numeric value that represents the current position of the thumb on the track bar.
Namespace: BeeMobile.TrackBarAssembly: BeeMobile.TrackBar.NET48 (in BeeMobile.TrackBar.NET48.dll) Version: 4.8.0.7
public int Value { get; set; }
Public Property Value As Integer
Get
Set
Property Value
Int32A numeric value that is within the TrackBar.Minimum and TrackBar.Maximum range.
The default value is 0.