Compartilhar via


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

Name Value Description
TopLeft 0

Top-left corner of the WebView.

TopRight 1

Top-right corner of the WebView.

BottomLeft 2

Bottom-left corner of the WebView.

BottomRight 3

Bottom-right corner of the WebView.

Applies to