Class SvgSymbolElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
public sealed class SvgSymbolElement : SvgStyleableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IElementCssInlineStyle, ISvgSymbolElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgLangSpace, ISvgStylable, ISvgExternalResourcesRequired, ISvgFitToViewBox, IEventTarget, ISvgElementVisitorTarget
- Inheritance
-
SvgSymbolElement
- Implements
- Inherited Members
Constructors
Properties
- ExternalResourcesRequired
Corresponds to attribute externalResourcesRequired on the given element.
- Height
Corresponds to attribute height on the given 'svg' element.
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
- RenderingHint
Gets a value providing a hint on the rendering defined by this element.
- Width
Corresponds to attribute width on the given 'svg' element.
- X
Corresponds to attribute x on the given 'svg' element.
- Y
Corresponds to attribute y on the given 'svg' element.
Methods
- Accept(ISvgElementVisitor)
This dispatches the rendering request to the accepted ISvgElementVisitor object.