MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.GetItemRect Method
See Also
 





Gets the location and size of the specified TreeViewItem.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetItemRect (
    TreeViewItem treeItem
)

Visual Basic  Copy Code

Public Function GetItemRect( _
    treeItem As TreeViewItem _
) As Rect

 Parameters

treeItem
A TreeViewItem instance.

 Return Value

A Rect specifying the item's position and size.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace