Returns the rectangle where the in-place editing text box appears in coordinates relative to the item returned by GetDiagramItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
Rect GetEditRect ( |
Visual Basic
Copy Code
|
|---|
Function GetEditRect( _ |
A .NET Rect instance that represents the destination rectangle of the in-place editing box.
See Also