Edit

Share via


WebViewHost.UpdateSize(Size) Method

Definition

Updates the size of the WebViewHost using the current visual offset for location.

protected virtual void UpdateSize(System.Windows.Size size);
abstract member UpdateSize : System.Windows.Size -> unit
override this.UpdateSize : System.Windows.Size -> unit
Protected Overridable Sub UpdateSize (size As Size)

Parameters

size
Size

A Size containing numerical values that represent the size of the control.

Applies to