API Reference

Enum

HtmlPreferredColorScheme

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Preferred color scheme exposed to CSS media queries during static rendering.

Inheritance

  • Enum
  • HtmlPreferredColorScheme

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlPreferredColorScheme Light #

Evaluate (prefers-color-scheme: light) as active.

Value: 0
public const HtmlPreferredColorScheme Dark #

Evaluate (prefers-color-scheme: dark) as active.

Value: 1