SVGStyleElement.Media
SVGStyleElement.Media property
Corresponds to attribute ‘media’ on the given element.
public string Media { get; set; }
Property Value
The attribute ‘media’ on the given element.
Exceptions
exception | condition |
---|---|
DOMException | code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGStyleElement
- namespace Aspose.Svg
- assembly Aspose.SVG