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 | 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. |