'Declaration Public Property SelectionBoundingBox As System.Windows.Rect
public System.Windows.Rect SelectionBoundingBox { get; set; }
public: __property System.Windows.Rect* get_SelectionBoundingBox(); public: __property void set_SelectionBoundingBox(
System.Windows.Rect* value
);
public:
property System.Windows.Rect^ SelectionBoundingBox { System.Windows.Rect^ get(); void set(System.Windows.Rect^ value); }