Enumeration CssMediaType

Defines which style-sheet should be rendered. 'Print' or 'Screen'. This matches the CSS3 Media Queries standard.

Enumeration Members

Enumeration Members

Print: 0

Renders as expected for a web browser.

Screen: 1

Ignores 'Print' styles and includes additional 'Screen' styles where available.

Generated using TypeDoc