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

Layer.Visible Property

Indicates if the layer is visible.

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

Syntax

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

Property Value

Value indicating if the layer is visible.

See Also

Reference

Manual