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

Canvas.CurrentLayer Property

Gets the currently selected layer.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
<ScriptIgnoreAttribute> _
Public ReadOnly Property CurrentLayer As Layer
C#
[BrowsableAttribute(false)]
[ScriptIgnoreAttribute]
public Layer CurrentLayer { get; }

Property Value

The Layer which is currently selected in this Canvas.

See Also

Reference