Gets the old position of the scroll.

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

Syntax

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

Property Value

Type: Int32
The old position.

See Also