Table of Contents

Interface ICssMedium

Namespace
AngleSharp.Css.Dom
Assembly
AngleSharp.dll

Represents a CSS medium.

public interface ICssMedium : IStyleFormattable
Inherited Members
Extension Methods

Properties

Constraints

Gets a string describing the covered constraints.

string Constraints { get; }

Property Value

string

Features

Gets an enumerable of contained features.

IEnumerable<IMediaFeature> Features { get; }

Property Value

IEnumerable<IMediaFeature>

IsExclusive

Gets if the medium has been created using the only keyword.

bool IsExclusive { get; }

Property Value

bool

IsInverse

Gets if the medium has been created using the not keyword.

bool IsInverse { get; }

Property Value

bool

Type

Gets the type of medium that is represented.

string Type { get; }

Property Value

string