CoreWebView2FaviconImageFormat 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.
Specifies the image format to use for favicon.
public enum CoreWebView2FaviconImageFormat
type CoreWebView2FaviconImageFormat =
Public Enum CoreWebView2FaviconImageFormat
- Inheritance
-
CoreWebView2FaviconImageFormat
Fields
Name | Value | Description |
---|---|---|
Png | 0 | Indicates that the PNG image format is used. |
Jpeg | 1 | Indicates the JPEG image format is used. |