Click or drag to resize

SvgAttributeAttribute Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgAttributeAttribute class with the specified SVG attribute name and namespace.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgAttributeAttribute(
	string name,
	string nameSpace
)
Request Example View Source

Parameters

name
Type: SystemString
The name of the SVG attribute.
nameSpace
Type: SystemString
The namespace of the SVG attribute (e.g. http://www.w3.org/2000/svg).
See Also