Gets or sets a value indicating whether this component can be interacted with.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsInteractive { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsInteractive As Boolean |
See Also