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