Table of Contents

Interface ICssMediaRule

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

The ICssMediaRule interface represents a @media rule in a CSS style sheet. A @media rule can be used to delimit style rules for specific media types

public interface ICssMediaRule : ICssRule
Inherited Members

Properties

CssRules

A list of all CSS rules contained within the media block.

Media

A list of media types for this rule

Methods

DeleteRule(ulong)

Used to delete a rule from the media block.

InsertRule(string, ulong)

Used to insert a new rule into the media block.