SVGSymbolElementBuilder Class
SVGSymbolElementBuilder class
Builder class for creating an SVGSymbolElement, which is used to define graphical template objects within SVG.
public class SVGSymbolElementBuilder : SVGElementBuilder<SVGSymbolElement>,
ICompositeElementBuilder, ICoreAttributeSetter, IDocumentElementEventAttributeSetter,
IGlobalEventAttributeSetter, IGraphicalEventAttributeSetter,
IPreserveAspectRatioAttributeSetter, IRefCoordinatesAttributeSetter, IViewBoxAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGSymbolElement) | |
BuildElement(Document) | |
RefX(double, LengthType) | Sets the ‘refX’ attribute of the symbol element, defining the x-coordinate of the reference point of the symbol. |
RefY(double, LengthType) | Sets the ‘refY’ attribute of the symbol element, defining the y-coordinate of the reference point of the symbol. |
See Also