Search
Manipulator.IsFocused Property
See Also
 





Gets or sets a value indicating whether the manipulator currently holds the input focus.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool IsFocused { get; set; }

Visual Basic  Copy Code

Protected Property IsFocused As Boolean

 Property Value

true if the manipulator is focused; otherwise, false.

 See Also