Class SvgText
The SvgText element defines a graphics element consisting of text.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("text")]
public class SvgText : SvgTextBase, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Constructors
| Improve this Doc View SourceSvgText()
Initializes the SvgText class.
Declaration
public SvgText()
SvgText(String)
Initializes a new instance of the SvgText class.
Declaration
public SvgText(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | The text. |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |