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
Features
Gets an enumerable of contained features.
IEnumerable<IMediaFeature> Features { get; }
Property Value
IsExclusive
Gets if the medium has been created using the only keyword.
bool IsExclusive { get; }
Property Value
IsInverse
Gets if the medium has been created using the not keyword.
bool IsInverse { get; }
Property Value
Type
Gets the type of medium that is represented.
string Type { get; }