CoreWebView2WindowFeatures.Width 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.
Specifies the width of the window.
Ignored if <xref data-throw-if-not-resolved="true" uid="Microsoft.Web.WebView2.Core.CoreWebView2WindowFeatures.HasSize"></xref> is <code data-dev-comment-type="c">false</code>.
public uint Width { get; }
member this.Width : uint32
Public ReadOnly Property Width As UInteger