public System.Windows.Point StartLocation { get; set; }
public: __property System.Windows.Point get_StartLocation(); public: __property void set_StartLocation(
System.Windows.Point value
);
public:
property System.Windows.Point StartLocation { System.Windows.Point get(); void set(System.Windows.Point value); }
'Declaration Public Property StartLocation As System.Windows.Point