Table of Contents

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

bool

IsMaximum

Gets if the feature represents the maximum.

bool IsMaximum { get; }

Property Value

bool

IsMinimum

Gets if the feature represents the minimum.

bool IsMinimum { get; }

Property Value

bool

Name

Gets the name of the feature.

string Name { get; }

Property Value

string

Value

Gets the value of the feature, if any.

string Value { get; }

Property Value

string