ScrollOffset Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets or sets the scroll offset of the current page, in pixels from the origin.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Point ScrollOffset { get; set; }
Visual Basic (Declaration)
Public Property ScrollOffset As Point
Visual C++
public:
property Point ScrollOffset {
	Point get ();
	void set (Point value);
}

See Also