[]
Represents an unknown or unsupported SvgAttribute.
public class SvgCustomAttribute : SvgAttribute
Initializes a new instance of the SvgCustomAttribute class.
public SvgCustomAttribute(string attributeName, string attributeValue, string namespaceName = null)
attributeName
stringattributeValue
stringnamespaceName
stringGets the name of the current attribute.
public override string AttributeName { get; }
Get the namespace of the current attribute.
public override string Namespace { get; }
Gets or sets a string value of the attribute.
public string Value { get; set; }