[]
Represents the 'switch' element.
public class SvgSwitchElement : SvgGraphicsElement
Initializes a new instance of the SvgSwitchElement class.
public SvgSwitchElement()
Gets the SVG name of SvgSwitchElement.
public const string SvgName = "switch"
Gets the SVG name of the current element.
public override string ElementName { get; }