Property | Type | Description | |
---|---|---|---|
Namespaces | string>>.List |
Method | Description | |
---|---|---|
Match ( object obj ) : bool |
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
|
|
SvgAttributeAttribute ( string name, string nameSpace ) : System |
Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.
|
Method | Description | |
---|---|---|
SvgAttributeAttribute ( ) : System |
Initializes a new instance of the SvgAttributeAttribute class.
|
|
SvgAttributeAttribute ( string name ) : System |
Initializes a new instance of the SvgAttributeAttribute class with the specified attribute name.
|
public Match ( object obj ) : bool | ||
obj | object | An |
return | bool |
public SvgAttributeAttribute ( string name, string nameSpace ) : System | ||
name | string | The name of the SVG attribute. |
nameSpace | string | The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg). |
return | System |