ICSSMediaRule.Media

ICSSMediaRule.Media property

The read-only media property of the CSSMediaRule interface MediaList represents the intended destination medium for style information.

public IMediaList Media { get; }

Property Value

The media attribute must return a MediaList object for the list of media queries specified with the @media at-rule.

See Also