Click or drag to resize

diaShapeattributes Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Additional attributes declared in the shape

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[XmlArrayAttribute(ElementName = "ext_attributes")]
[XmlArrayItemAttribute(ElementName = "ext_attribute")]
public List<diaShapeAttribute> attributes { get; set; }
Request Example View Source

Property Value

Type: ListdiaShapeAttribute
The attributes.
See Also