InputGestureCollection.IsSynchronized Property

Definition

Gets a value that indicates whether this InputGestureCollection is synchronized (thread safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Property Value

true if the collection is thread-safe; otherwise, false. The default value is false.

Implements

Remarks

SyncRoot can be used to synchronize access to the collection.

Applies to

See also