[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSwitchElement

Class SvgSwitchElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents the 'switch' element.

public class SvgSwitchElement : SvgGraphicsElement
Inheritance
object
SvgSwitchElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgSwitchElement()

Initializes a new instance of the SvgSwitchElement class.

public SvgSwitchElement()

Fields

SvgName

Gets the SVG name of SvgSwitchElement.

public const string SvgName = "switch"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string