We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f1590 commit 5926ab7Copy full SHA for 5926ab7
1 file changed
specs/Appearance.md
@@ -65,7 +65,6 @@ interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
65
}
66
```
67
68
-
69
/// An enum to represent the options for WebView2 appearance: system, light, or dark.
70
71
[v1_enum]
@@ -82,4 +81,15 @@ typedef enum COREWEBVIEW2_APPEARANCE_KIND {
82
81
83
} COREWEBVIEW2_APPEARANCE_KIND;
84
85
-```
+```
+
86
+### WinRT
87
88
+[interface_name("Microsoft.Web.WebView2.Core.ICoreWebView2StagingController2")]
89
+{
90
+ // ICoreWebView2StagingController2 members
91
+ [doc_string("")]
92
+ CoreWebView2AppearanceKind Appearance { get; set; };
93
94
+}
95
0 commit comments