MindFusion.Wpf Pack Programmer's Guide
ShapeCollection.IsSynchronized Property
See Also
 





Gets a value indicating whether the access to this collection is synchronized.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool IsSynchronized { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsSynchronized As Boolean

 Property Value

true if access to the collection is synchronized (thread safe); otherwise, false. The default is false.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Diagramming.Wpf Namespace