SvgSpriteBuilderGetSymbol Method

Gets a symbol by id from current SVG document.

Definition

Namespace: DotMake.SvgSprite
Assembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
C#
public XElement GetSymbol(
	string symbolId
)

Parameters

symbolId  String
The symbol id.

Return Value

XElement
A XElement for the <symbol> tag, if not found.

See Also