MindFusion WinForms Programmer's Guide
ControlNode.Visible Property
See Also
 





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

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public override bool Visible { get; set; }

Visual Basic  Copy Code

Public Overrides Property Visible As Boolean

 Property Value

true if the control node is visible; otherwise, false.

 See Also

ControlNode Members
ControlNode Class
MindFusion.Diagramming.WinForms Namespace