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