Gets and sets the rectangle boundary for the element.
'Declaration
Public Property BoundingRectangle As Rectangle
'Usage
Dim instance As Element
Dim value As Rectangle
instance.BoundingRectangle = value
value = instance.BoundingRectangle
public Rectangle BoundingRectangle {get; set;}
public: __property Rectangle get_BoundingRectangle();
public: __property void set_BoundingRectangle(
Rectangle value
);
public:
property Rectangle BoundingRectangle {
Rectangle get();
void set ( Rectangle value);
}
Property Value
The
System.Drawing.Rectangle value which represents the rectangle boundary for the element set.