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

Layer Properties

The Layer type exposes the following members.

Properties

Name Description
Public property Canvas

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

Public property Index

Get the index of this Layer in the LayerCollection. Return -1 if the Layer was not added to the collection.

Public property Locked

Gets or sets the value indicating if the Layer is locked.

Public property Name

Gets or sets the name of the Layer.

Public property Region

Gets or sets the rectangle region on the layer surface in which v-objects can be placed.

Public property UniqueId

Gets or sets a unique identifier of this Layer.

Public property Visible

Gets or sets the value indicating if the Layer is visible.

Public property VObjects

Gets a collection of vector objects associated with this layer.

See Also

Reference