WebView2.IsInDesignMode 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.
True when we're in design mode and shouldn't create an underlying CoreWebView2.
protected bool IsInDesignMode { get; }
member this.IsInDesignMode : bool
Protected ReadOnly Property IsInDesignMode As Boolean