ScrollEventArgsScrollPosition Property |
Gets the scroll position of the Scrollable
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Point ScrollPosition { get; }
Public ReadOnly Property ScrollPosition As Point
Get
member ScrollPosition : Point with get
Property Value
Type:
PointThe scroll position.
See Also