This documentation is for the old version. Go to the latest Graphics Mill docs

XmpLocalizedTextItemNode.IsSynchronized Property

Gets a value indicating whether access to the array is synchronized (thread-safe).

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides NotOverridable ReadOnly Property IsSynchronized As Boolean
C#
public override sealed bool IsSynchronized { get; }

Property Value

Always false.

See Also

Reference