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

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsSynchronized As Boolean
C#
public bool IsSynchronized { get; }
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}