Click or drag to resize

SvgElementAttribute Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgElementAttribute class with the specified element name;

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgElementAttribute(
	string elementName
)
Request Example View Source

Parameters

elementName
Type: SystemString
The name of the SVG element.
See Also