Gets the object that can be used to synchronize access to the ActionCollection.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SyncRoot As Object
C#
public Object SyncRoot { get; }
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}