ThumbnailCollection.IsSynchronized Property |
Gets a value indicating whether access to the
ThumbnailCollection is synchronized
(thread-safe).
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
Booleantrue if access to the
ThumbnailCollection is synchronized (thread-safe);
otherwise,
false.
See Also