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

Gets the visible content rectangle of the current view, in pixels.

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

Syntax

C#
public Rectangle VisibleContent { get; }
Visual Basic (Declaration)
Public ReadOnly Property VisibleContent As Rectangle
Visual C++
public:
property Rectangle VisibleContent {
	Rectangle get ();
}

See Also