COREWEBVIEW2_PREFERRED_COLOR_SCHEME_AUTO

An enum to represent the options for WebView2 color scheme: auto, light, or dark.

Values

ValueMeaning
COREWEBVIEW2_PREFERRED_COLOR_SCHEME_AUTO

Auto color scheme.

COREWEBVIEW2_PREFERRED_COLOR_SCHEME_LIGHT

Light color scheme.

COREWEBVIEW2_PREFERRED_COLOR_SCHEME_DARK

Dark color scheme.

Meta