Returns the rectangle where the in-place editing control appears (in document coordinates).
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Rect GetEditRect ( |
Visual Basic
Copy Code
|
|---|
Function GetEditRect( _ |
The item being edited.
A Microsoft.Maui.Graphics.Rect that represents the destination rectangle of the in-place editing control.
See Also