Gets the location and size of the specified TreeViewItem.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect GetItemRect ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemRect( _ |
A TreeViewItem instance.
A Rectangle specifying the item's position and size.
See Also