public System.Windows.Point Location { get; set; }
public: __property System.Windows.Point get_Location(); public: __property void set_Location(
System.Windows.Point value
);
public:
property System.Windows.Point Location { System.Windows.Point get(); void set(System.Windows.Point value); }
'Declaration Public Property Location As System.Windows.Point