Gets the lower limit of the range thisTrackBarEditor is working with.
Namespace: Dapfor.Net.EditorsAssembly: 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: Int32The min value.