Gets or sets the Y coordinate of the top-left point of the mark's rectangle.
Syntax
public: __property int get_Y();
public: __property void set_Y(
int value
);
public:
property int Y {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also