CoreWebView2DefaultDownloadDialogCornerAlignment Enum

Definition

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

public enum CoreWebView2DefaultDownloadDialogCornerAlignment
type CoreWebView2DefaultDownloadDialogCornerAlignment = 
Public Enum CoreWebView2DefaultDownloadDialogCornerAlignment
Inheritance
CoreWebView2DefaultDownloadDialogCornerAlignment

Fields

BottomLeft 2

The bottom-left corner of the WebView.

BottomRight 3

The bottom-right corner of the WebView.

TopLeft 0

The top-left corner of the WebView.

TopRight 1

The top-right corner of the WebView.

Applies to