[]
        
(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
SvgCommentElement
Inherited Members

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