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

ControlPointCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the collection.

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

Syntax

Visual Basic
Public ReadOnly Property SyncRoot As Object
C#
public Object SyncRoot { get; }

Property Value

An object that can be used to synchronize access to the collection.

See Also

Reference