Hyperlink::Y property¶
The Y property stores the vertical position of the hyperlink element in pixels.
int Y { get; }
int getY() throws IGRException;
@property
def Y(self) -> int
int getY() const;
[propget] HRESULT Y([out, retval] int *result);
Return Value¶
int
: The vertical position of the hyperlink element in pixels.