Gets or sets the currently focused component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
ComponentBase FocusedComponent { get; set; } |
Visual Basic Copy Code |
---|
Property FocusedComponent As ComponentBase |
An instance of the ComponentBase class.
The implementation should ensure that there is only one focused component within the entire scope.