Click or drag to resize

SvgAttributeCollectionItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the attribute with the specified name.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object this[
	string attributeName
] { get; set; }
Request Example View Source

Parameters

attributeName
Type: SystemString
A String containing the attribute name.

Return Value

Type: Object
The attribute value associated with the specified name; If there is no attribute the parent's value will be inherited.
See Also