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