| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MoveControlPointIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int MoveControlPointIndex {get;} | |
Return Value
An integer that represents the index of the AnnControlPoint being edited if the Operation being performed is AnnEditDesignerOperation.MoveControlPoint.For an example, refer to AnnDesigner.
(Read only)
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code