Search
ComponentBase.Visible Property
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true if the component is visible; otherwise, false. The default is true.

 See Also