[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCommentElement

Class SvgCommentElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents an XML comment in the SVG file.

public class SvgCommentElement : SvgElement
Inheritance
object
SvgCommentElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgCommentElement()

Initializes a new instance of the SvgCommentElement class.

public SvgCommentElement()

Properties

Comment

Gets or sets the comment text.

public string Comment { get; set; }

Property Value

string

ElementName

Gets the SVG or non-SVG name of the current element.

public override string ElementName { get; }

Property Value

string