[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCustomAttribute

Class SvgCustomAttribute

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

Represents an unknown or unsupported SvgAttribute.

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

Constructors

SvgCustomAttribute(string, string, string)

Initializes a new instance of the SvgCustomAttribute class.

public SvgCustomAttribute(string attributeName, string attributeValue, string namespaceName = null)

Parameters

attributeName string
attributeValue string
namespaceName string

Properties

AttributeName

Gets the name of the current attribute.

public override string AttributeName { get; }

Property Value

string

Namespace

Get the namespace of the current attribute.

public override string Namespace { get; }

Property Value

string

Value

Gets or sets a string value of the attribute.

public string Value { get; set; }

Property Value

string