Search
ComponentBase.IsInteractive Property
See Also
 





Gets or sets a value indicating whether this component can be interacted with.

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

 Syntax

C#  Copy Code

public bool IsInteractive { get; set; }

Visual Basic  Copy Code

Public Property IsInteractive As Boolean

 Property Value

 See Also