SvgSpriteBuilderGetSymbols Method

Gets all symbols from current SVG document.

Definition

Namespace: DotMake.SvgSprite
Assembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
C#
public XElement[] GetSymbols()

Return Value

XElement
An array of XElement for the <symbol> tags.

See Also