CoreWebView2DefaultDownloadDialogCornerAlignment Enum
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.
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 | The top-left corner of the WebView. |
TopRight | 1 | The top-right corner of the WebView. |
BottomLeft | 2 | The bottom-left corner of the WebView. |
BottomRight | 3 | The bottom-right corner of the WebView. |