Gets the index of the
Thumb currently being edited.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property MoveControlPointIndex As Integer |
C# | |
---|
public int MoveControlPointIndex {get;} |
C++/CLI | |
---|
public:
property int MoveControlPointIndex {
int get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
An integer that represents the index of the
Thumb being edited if the
Operation being performed is
AnnEditDesignerOperation.MoveControlPoint.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also