SVGGElementBuilder Class

SVGGElementBuilder class

Builder class for constructing an SVG ‘g’ (group) element. The ‘g’ element is used to group SVG shapes together. Grouping elements allows for easier manipulation and styling of multiple elements as a single unit within SVG graphics.

public class SVGGElementBuilder : SVGElementBuilder<SVGGElement>, ICompositeAttributeSetter, 
    ICompositeElementBuilder

Constructors

NameDescription
SVGGElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

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

See Also