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

Layer.Canvas Property

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

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

Syntax

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

Property Value

The Canvas this Layer belongs to.

See Also

Reference