Gets the lower limit of the range thisTrackBarEditor is working with.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int MinValue { get; }
Visual Basic
Public ReadOnly Property MinValue As Integer
	Get
Visual C++
public:
property int MinValue {
	int get ();
}
F#
member MinValue : int with get

Property Value

Type: Int32
The min value.

See Also