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

Collection<T>.IsReadOnly Property

Gets a value indicating whether the collection is read-only.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
C#
public bool IsReadOnly { get; }

Property Value

The Boolean value indicating if the collection is read-only.

See Also

Reference