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