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