Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

MoveThumbIndex Property

Show in webframe
Gets the index of the thumb (control point) being moved.
Syntax
get_moveThumbIndex();
Object.defineProperty('moveThumbIndex');

Property Value

TypeDescription
intThe index of the thumb (control point) being moved.
Remarks
The zero-based index of the thumb (control point) being moved. A thumb is being moved when the Operation is set to MoveThumb. For other operations, the MoveThumbIndex is set to -1.
Example
For an example, refer to AnnAutomation.Edit
See Also

Reference

AnnEditDesignerEventArgs Object
AnnEditDesignerEventArgs Members

Error processing SSI file