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

IVObjectHost.CurrentLayer Property

Gets/sets the currently selected layer.

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

Syntax

Visual Basic
Property CurrentLayer As Layer
C#
                Layer CurrentLayer { get; set; }

Property Value

The currently selected layer.

See Also

Reference