'Declaration Public Property SourceImagePriorityRect As System.Drawing.Rectangle
public System.Drawing.Rectangle SourceImagePriorityRect { get; set; }
public: __property System.Drawing.Rectangle* get_SourceImagePriorityRect(); public: __property void set_SourceImagePriorityRect(
System.Drawing.Rectangle* value
);
public:
property System.Drawing.Rectangle^ SourceImagePriorityRect { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }