[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAttribute

Class SvgAttribute

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

Represents an SVG attribute.

public abstract class SvgAttribute
Inheritance
object
SvgAttribute
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgAttribute(SvgAttributeType)

Initializes a new instance of the SvgAttribute class.

protected SvgAttribute(SvgAttributeType attributeType)

Parameters

attributeType SvgAttributeType

Properties

AttributeName

Gets the SVG name of the current attribute.

public virtual string AttributeName { get; }

Property Value

string

AttributeType

Gets the type of the current SVG attribute.

public SvgAttributeType AttributeType { get; }

Property Value

SvgAttributeType

Namespace

Get the namespace of the current attribute.

public virtual string Namespace { get; }

Property Value

string