Class SvgScript
- Namespace
- Svg
- Assembly
- Svg.dll
An element used to define scripts within SVG documents. Use the Script property to get the script content (proxies the content)
[SvgElement("script")]
public class SvgScript : SvgElement, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgScript
- Implements
- Inherited Members
- Extension Methods
Properties
CrossOrigin
public string CrossOrigin { get; set; }
Property Value
Href
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }
Property Value
Script
public string Script { get; set; }
Property Value
ScriptType
public string ScriptType { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
WriteChildren(XmlWriter)
protected override void WriteChildren(XmlWriter writer)
Parameters
writer
XmlWriter