File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ void SetTheme(CoreWebView2ThemeKind value)
5252
5353# API Details
5454## C++
55- ```
55+ ``` cpp
5656[uuid(5f817cce-5d36-4cd0-a1d5-aaaf95c8685f), object, pointer_default(unique)]
5757interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
5858 /// The Theme property sets the overall theme of the WebView2 instance.
@@ -74,7 +74,6 @@ interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
7474// / An enum to represent the options for WebView2 Theme: system, light, or dark.
7575[v1_enum]
7676typedef enum COREWEBVIEW2_THEME_KIND {
77-
7877 /// System theme
7978 COREWEBVIEW2_THEME_KIND_SYSTEM,
8079
@@ -83,12 +82,11 @@ typedef enum COREWEBVIEW2_THEME_KIND {
8382
8483 /// Dark theme
8584 COREWEBVIEW2_THEME_KIND_DARK
86-
8785} COREWEBVIEW2_THEME_KIND;
8886```
8987
9088### C#
91- ```
89+ ``` c#
9290namespace Microsoft .Web .WebView2 .Core
9391{
9492 [doc_string (" An enum to represent the options for WebView2 Theme: system, light, or dark." )]
You can’t perform that action at this time.
0 commit comments