Gets or sets the y-coordinate of this
Point2D.
public double Y {get; set;}
'Declaration
Public Property Y As Double
'Usage
Dim instance As Point2D
Dim value As Double
instance.Y = value
value = instance.Y
public:
property double Y {
double get();
void set ( double value);
}
Property Value
Value that the y-coordinate of this
Point2D.