Table of Contents

Class SvgSwitchElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

The SvgSwitchElement interface corresponds to the 'switch' element.

public sealed class SvgSwitchElement : SvgTransformableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IElementCssInlineStyle, ISvgSwitchElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgTransformable, ISvgLocatable, IEventTarget, ISvgElementVisitorTarget
Inheritance
SvgSwitchElement
Implements
Inherited Members

Constructors

SvgSwitchElement(string, string, string, SvgDocument)

Properties

ExternalResourcesRequired

Corresponds to attribute externalResourcesRequired on the given element.

RenderingHint

Gets a value providing a hint on the rendering defined by this element.

RequiredExtensions
RequiredFeatures
SystemLanguage

Methods

Accept(ISvgElementVisitor)

This dispatches the rendering request to the accepted ISvgElementVisitor object.

HasExtension(string)