moveThumbIndex Property

Summary

Gets the index of the thumb (control point) being moved.

Syntax

JavaScript Syntax
Object.defineProperty(AnnEditDesignerEventArgs.prototype, 'moveThumbIndex', 
	get: function() 
) 
TypeScript Syntax
moveThumbIndex: number; // read-only 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly