Search Results for

    Show / Hide Table of Contents

    Class SvgContentNode

    Inheritance
    Object
    SvgContentNode
    Implements
    ISvgNode
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    Content

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    DeepCopy()

    Create a deep copy of this ISvgNode.

    Declaration
    public ISvgNode DeepCopy()
    Returns
    Type Description
    ISvgNode

    A deep copy of this ISvgNode

    Implements

    ISvgNode
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX