public Point End {get; set;}
public: __property Point get_End(); public: __property void set_End( Point value );
public: property Point End { Point get(); void set ( Point value); }
'Declaration Public Property End As Point
'Usage Dim instance As GraphicLine Dim value As Point instance.End = value value = instance.End
GraphicLine Class GraphicLine Members