get_targetElement();
set_targetElement(value);
Object.defineProperty('targetElement');
Type | Description |
---|---|
Leadtools.Html.Element | The target HTML element. |
This is the same value set in the targetElement parameter to the Create method. This element is the target that will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. Required and must be a valid HTML element on the page.