'Declaration
Public Property End As DataPoint
public DataPoint End {get; set;}
public read-write property End: DataPoint;
public function get,set End : DataPoint
public: __property DataPoint* get_End(); public: __property void set_End( DataPoint* value );
public: property DataPoint^ End { DataPoint^ get(); void set ( DataPoint^ value); }