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

VObject.Layer Property

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

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

Syntax

Visual Basic
Public Property Layer As Layer
C#
public Layer Layer { get; internal set; }

Property Value

The Layer this VObject belongs to.

See Also

Reference