WebViewControl.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.