SVGForeignObjectElementBuilder Class
SVGForeignObjectElementBuilder class
Builder class for constructing an SVG ‘foreignObject’ element, which allows for inclusion of external content in an SVG document. This element can contain various types of content, such as HTML and XHTML, enabling more complex graphical representations within SVG.
public class SVGForeignObjectElementBuilder : SVGElementBuilder<SVGForeignObjectElement>,
ICompositeAttributeSetter, IRectAttributeSetter, ITextContentSetter
Constructors
Properties
Methods
See Also