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

AdvancedPsdFrame.Visible Property

Gets the value specifying whether the layer represented by this frame is visible.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)

Syntax

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

Property Value

A Boolean value that specifies whether the layer represented by this frame is visible.

See Also

Reference