This object is an implementation of
AnnObject.BoundingRectangle.


public override Rect BoundingRectangle {get;}
public:
property Rect BoundingRectangle {
Rect get() override;
}
'Declaration
Public Overrides ReadOnly Property BoundingRectangle As Rect
'Usage
Dim instance As AnnProtractorObject
Dim value As Rect
value = instance.BoundingRectangle
Property Value
A
System.Windows.Rect structure that represents the logical bounding rectangle of this
AnnProtractorObject.