Search
Pair.PairElements Property
See Also
 






Gets the elements of the pair as an arraylist

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<Object> PairElements { get; }

Visual Basic  Copy Code

Public ReadOnly Property PairElements As List(Of Object)

 Property Value

 See Also