Table of Contents

Property Rectangle

Namespace
DotNetBrowser.Browser.Handlers
Assembly
DotNetBrowser.dll

Rectangle

Gets the initial bounds of the popup.

public Rectangle Rectangle { get; }

Property Value

Rectangle

The initial bounds of the popup. If the popup is about to open as a result of the window.open() JavaScript function, this value represents the corresponding attributes of the WindowFeatures parameter passed to this function. The value is empty in case no bounds were passed.