WebViewControl.Bounds Property

Definition

Gets or sets the bounds of the control.

public:
 property Rect Bounds { Rect get(); void set(Rect value); };
Rect Bounds();

void Bounds(Rect value);
public Rect Bounds { get; set; }
var rect = webViewControl.bounds;
webViewControl.bounds = rect;
Public Property Bounds As Rect

Property Value

The bounds of the control.

Applies to