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

LayerCollection Properties

The LayerCollection type exposes the following members.

Properties

Name Description
Public property Canvas

Gets a reference to the Canvas object this LayerCollection belongs to.

Public property Count

Gets the number of items actually contained in the Collection<T>.

(Inherited from Collection<T>.)
Public property IsReadOnly

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

(Inherited from Collection<T>.)
Public property Item

Gets or sets the layer at the specified index.

(Overrides Collection<Layer>.Item[Int32].)

See Also

Reference