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