Gets or sets a value indicating whether the component is visible.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Visible { get; set; } |
Visual Basic Copy Code |
---|
Public Property Visible As Boolean |
true if the component is visible; otherwise, false. The default is true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |