GoXam for WPF v3
GetElementBounds Method
Northwoods.GoXam Namespace > Part Class : GetElementBounds Method
a FrameworkElement within this part
Compute the bounds in model coordinates of a FrameworkElement that is within the visual tree of this part.
Syntax
public Rect GetElementBounds( 
   FrameworkElement elt
)

Parameters

elt
a FrameworkElement within this part

Return Value

a Rect in model coordinates, taking any transforms into account; if the part has not yet been positioned, the (X,Y) position will be (NaN, NaN).
See Also

Reference

Part Class
Part Members
GetElementPoint Method
GetRelativeElementPoint Method