Click or drag to resize

ShapeConnections Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.DiagramLibraries.DrawIO
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[XmlArrayAttribute(ElementName = "connections")]
[XmlArrayItemAttribute(ElementName = "constraint")]
public List<Constraint> Connections { get; set; }
Request Example View Source

Property Value

Type: ListConstraint
See Also