Table of Contents

Method CreateCssStyleSheet

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

CreateCssStyleSheet(string, string)

Creates a new ICssStyleSheet.

ICssStyleSheet CreateCssStyleSheet(string title, string media)

Parameters

title string

The advisory title. See also the Style Sheet Interfaces section.

media string

The comma-separated list of media associated with the new style sheet. See also the Style Sheet Interfaces section.

Returns

ICssStyleSheet

A new CSS style sheet.