[]
Represents an XML comment in the SVG file.
public class SvgCommentElement : SvgElement
Initializes a new instance of the SvgCommentElement class.
public SvgCommentElement()
Gets or sets the comment text.
public string Comment { get; set; }
Gets the SVG or non-SVG name of the current element.
public override string ElementName { get; }