Strokes.IsReadOnly Property

Strokes.IsReadOnly Property

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

Definition

Visual Basic .NET Public ReadOnly Property IsReadOnly As Boolean
C# public bool IsReadOnly { get; }
Managed C++ public: __property bool* get_IsReadOnly();

Property Value

System.Boolean. Returns false in all cases.

This property is read-only.

false Default. The Strokes collection is not read-only.

Remarks

The IsReadOnly property indicates whether the Strokes collection is read-only. This always returns false, because within a Strokes collection, Stroke objects can be added, removed, or replaced.

For more information about IsReadOnly, see the IList.IsReadOnly Leave Site property.

See Also