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