Gets or sets the y-coordinate of the point.
Syntax
public: __property int get_Y();
public: __property void set_Y(
int value
);
public:
property int Y {
int get();
void set ( int value);
}
'Declaration
Public Property Y As Integer
'Usage
Dim instance As ImGearPoint
Dim value As Integer
instance.Y = value
value = instance.Y
Property Value
Any integer value.
See Also