'Declaration Public Overridable Property BoundingBox As System.Windows.Rect
public virtual System.Windows.Rect BoundingBox { get; set; }
public: __property virtual System.Windows.Rect* get_BoundingBox(); public: __property virtual void set_BoundingBox(
System.Windows.Rect* value
);
public:
virtual property System.Windows.Rect^ BoundingBox { System.Windows.Rect^ get(); void set(System.Windows.Rect^ value); }