CSSMediaRule
Overview
The CSSMediaRule interface represents a single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
media
property media: dynamic read;
dynamic media { get; }
var media: dynamic { get{} }
dynamic media { __get; }
ReadOnly Property media() As dynamic