Northwoods.GoWPF 1.3.5 Assembly
Bounds Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Bounds Property

Gets the bounding rectangle of this object, in model coordinates.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Bounds As Rect
C# 
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 Node.Location has not been set. This property is read-only -- the Width and Height are determined by the actual size of the part.

Requirements

See Also

© 2012 All Rights Reserved.