MediaFeature sealed class MediaFeature : IMediaFeature, IStyleFormattable Represents a feature expression within a media query. Documentation Code public bool HasValue { get; } public bool IsMaximum { get; } public bool IsMinimum { get; } public string Name { get; } public string Value { get; } public void ToCss(TextWriter writer, IStyleFormatter formatter)