Class SvgContentNode
Implements
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public class SvgContentNode : ISvgNode
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceDeepCopy()
Create a deep copy of this ISvgNode.
Declaration
public ISvgNode DeepCopy()
Returns
| Type | Description |
|---|---|
| ISvgNode | A deep copy of this ISvgNode |