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

VObjectCollection.IsFixedSize Property

Gets a value indicating whether the collection has a fixed size.

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

Syntax

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

Property Value

true if the collection has a fixed size; otherwise, false. The default is false.

Implements

IList.IsFixedSize

Remarks

A collection with a fixed size does not allow the addition or removal of layers after the collection is created, but it allows the modification of existing layers.

See Also

Reference