MindFusion.Wpf Pack Programmer's Guide
Layer.Visible Property
See Also
 





Gets or sets a value indicating whether the layer is visible.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true if the layer is visible; otherwise, false.

 Remarks

Items associated with hidden layers are not displayed, regardless of their own Visible property.

 See Also

Layer Members
Layer Class
MindFusion.Diagramming.Wpf Namespace