Gets the upper limit of the range this TrackBarEditor 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 MaxValue { get; }
Visual Basic
Public ReadOnly Property MaxValue As Integer
	Get
Visual C++
public:
property int MaxValue {
	int get ();
}
F#
member MaxValue : int with get

Property Value

Type: Int32
The max value.

See Also