←Select platform

MoveThumbIndex Property

Summary
Gets the index of the thumb (control point) being moved.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public int MoveThumbIndex { get; } 
@property (nonatomic,readonly) int moveControlPointIndex; 
public int getMoveThumbIndex() 
public:  
   property Int32 MoveThumbIndex 
   { 
      Int32 get() 
   } 
MoveThumbIndex # get  (AnnEditDesignerEventArgs) 

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.