←Select platform

MoveThumbIndex Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MoveThumbIndex { get; } 
Public ReadOnly Property MoveThumbIndex As Integer 
public int MoveThumbIndex {get;} 
@property (nonatomic,readonly) int moveControlPointIndex; 
public int getMoveThumbIndex() 
 get_MoveThumbIndex();  
public:  
   property Int32 MoveThumbIndex 
   { 
      Int32 get() 
   } 

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 AnnEditDesignerOperation.MoveThumb. For other operations, the MoveThumbIndex is set to -1.

Example

For an example, refer to AnnAutomation.Edit

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