Class SvgScript
An element used to define scripts within SVG documents.
Use the Script property to get the script content (proxies the content)
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("script")]
public class SvgScript : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
CrossOrigin
Declaration
public string CrossOrigin { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Href
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public string Href { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Script
Declaration
public string Script { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ScriptType
Declaration
public string ScriptType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
WriteChildren(XmlWriter)
Declaration
protected override void WriteChildren(XmlWriter writer)
Parameters
| Type |
Name |
Description |
| System.Xml.XmlWriter |
writer |
|
Overrides
Implements
Extension Methods