This documentation is for the old version. Go to the latest Graphics Mill docs

ControlPointCollection.IsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
C#
public bool IsSynchronized { get; }

Property Value

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

Remarks

SyncRoot returns an object, which can be used to synchronize access to the collection.

See Also

Reference