IsThreadSafe Property (ColorTransformSet)
Gets a value indicating whether not thread-safe transforms can be added to this
ColorTransformSet.
'Declaration
Public ReadOnly Property IsThreadSafe As Boolean
public bool IsThreadSafe { get; }
public: __property bool get_IsThreadSafe();
public:
property bool IsThreadSafe {
bool get();
}
Property Value
true - only thread-safe transform can be added to this
ColorTransformSet;
false - any (thread-safe and not thread-safe) transform can be added to this
ColorTransformSet.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5