SVGTitleElementBuilder Class

SVGTitleElementBuilder class

Builder class for creating an SVGTitleElement, which is used to define the title of an SVG document or a part thereof.

public class SVGTitleElementBuilder : SVGElementBuilder<SVGTitleElement>, ICoreAttributeSetter, 
    IDescriptiveElementBuilder, IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter, 
    ITextContentSetter

Constructors

NameDescription
SVGTitleElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGTitleElement)
BuildElement(Document)

See Also