An element used to embed CSS style sheets within SVG documents. Use the Content property to get or set the CSS content.
[SvgElement("style")]
public class SvgStyle : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgDescriptiveElement
kind:method, kind:property, kind:ctor. Press Esc to clear.MediaThis attribute specifies a media query that must be matched for the style sheet to apply. Its value is parsed as a media_query_list. If not specified, the style sheet applies unconditionally.StyleTypeThis attribute specifies the style sheet language of the element's contents, as a media type. If the attribute is not specified, then the style sheet language is assumed to be CSS.TitleThis attribute specifies a title for the style sheet, which is used when exposing and selecting between alternate style sheets. The attribute takes any value.