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)
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize { get; }
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.