Gets or sets a value indicating whether the node is visible.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public override bool Visible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Visible As Boolean |
true if the control node is visible; otherwise, false.
See Also