SvgAttributeAttribute(String, String) Constructor

Definition

Namespace Svg
Assembly Svg.Custom.dll

Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.

public SvgAttributeAttribute(string name, string nameSpace)

Parameters

name
String?

The name of the SVG attribute.

nameSpace
String?

The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).