[]
Represents an SVG attribute.
public abstract class SvgAttribute
Initializes a new instance of the SvgAttribute class.
protected SvgAttribute(SvgAttributeType attributeType)
attributeType
SvgAttributeTypeGets the SVG name of the current attribute.
public virtual string AttributeName { get; }
Gets the type of the current SVG attribute.
public SvgAttributeType AttributeType { get; }
Get the namespace of the current attribute.
public virtual string Namespace { get; }