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

LayerData.Visible Property

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

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

Syntax

Visual Basic
Public Property Visible As Boolean
C#
public bool Visible { get; set; }

Property Value

The Boolean value which specifies whether the layer is visible.

See Also

Reference