[]
Represents a 'style' element.
public class SvgStyleElement : SvgElement
Initializes a new instance of the SvgStyleElement class.
public SvgStyleElement()
Gets the SVG name of SvgStyleElement.
public const string SvgName = "style"
Gets the SVG name of the current element.
public override string ElementName { get; }