GoXam for WPF v3
Bounds Property (Part)
Northwoods.GoXam Namespace > Part Class : Bounds Property
Gets the bounding rectangle of this object, in model coordinates.
Syntax
public Rect Bounds {get;}

Property Value

The X and Y values may be Double.NaN if the part has not yet been positioned, for example, if it is a Node and the node's Location has not been set. This property is read-only -- the Width and Height are determined by the actual size of the part.
See Also

Reference

Part Class
Part Members
Location Property