Interface IMediaFeature
- Namespace
- AngleSharp.Css.Dom
- Assembly
- AngleSharp.dll
Represents a CSS media feature.
public interface IMediaFeature : IStyleFormattable
- Inherited Members
- Extension Methods
Properties
HasValue
Gets if a value has been set for this feature.
bool HasValue { get; }
Property Value
IsMaximum
Gets if the feature represents the maximum.
bool IsMaximum { get; }
Property Value
IsMinimum
Gets if the feature represents the minimum.
bool IsMinimum { get; }
Property Value
Name
Gets the name of the feature.
string Name { get; }
Property Value
Value
Gets the value of the feature, if any.
string Value { get; }