ImageGear .NET v25.1 - Updated
IsSynchronized Property (ImGearDisplayChannels)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDisplayChannels Class : IsSynchronized Property
Gets a value indicating whether access to the collection is synchronized.
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As ImGearDisplayChannels
Dim value As Boolean
 
value = instance.IsSynchronized
public bool IsSynchronized {get;}
public: __property bool get_IsSynchronized();
public:
property bool IsSynchronized {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearDisplayChannels Class
ImGearDisplayChannels Members