Gets the maximal vertical scroll range.

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

Syntax

C#
int VerticalMaxRange { get; }
Visual Basic
ReadOnly Property VerticalMaxRange As Integer
	Get
Visual C++
property int VerticalMaxRange {
	int get ();
}
F#
abstract VerticalMaxRange : int with get

Property Value

Type: Int32
Maximal vertical scroll range.

See Also