Gets or sets a value indicating whether the manipulator currently holds the input focus.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
protected bool IsFocused { get; set; } |
Visual Basic Copy Code |
---|
Protected Property IsFocused As Boolean |
true if the manipulator is focused; otherwise, false.