CustomStrokes.IsSynchronized Property
CustomStrokes.IsSynchronized Property |
Gets a value that indicates whether or not access to the CustomStrokes collection is synchronized (thread safe).
Definition
Property Value
System.Boolean. Returns false in all cases. Access to the CustomStrokes collection is not synchronized (is not thread-safe).
This property is read-only. This property has no default value.
false
Access to the CustomStrokes collection is not synchronized (is not thread-safe).
Remarks
The SyncRoot property returns an object that can be used to synchronize access to the CustomStrokes collection.
The CustomStrokes collection implements the ICollection interface. For more information about the IsSynchronized property, see ICollection.IsSynchronized .
See Also