CoreWebView2DefaultDownloadDialogCornerAlignment Enum

The default download dialog can be aligned to any of the WebView corners by setting the CoreWebView2.DefaultDownloadDialogCornerAlignment property. The default position is top-right corner.

Name Value Description
TopLeft 0x0 The top-left corner of the WebView.
TopRight 0x1 The top-right corner of the WebView.
BottomLeft 0x2 The bottom-left corner of the WebView.
BottomRight 0x3 The bottom-right corner of the WebView.

Referenced by