set_HoveredLinkAppearance Method
In This Topic
Sets the appearance of the hyperlink when the mouse cursor hovers over the hyperlink.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebLinkAppearanceJS
returnValue = instance.set_HoveredLinkAppearance(value);
function set_HoveredLinkAppearance(
: WebLinkAppearanceJS
) : any;
Parameters
- value
- The WebLinkAppearanceJS of the hyperlink when the mouse cursor hovers over the hyperlink.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also