Search
Arrow.CtrlPtY Property
See Also
 



Gets or sets the Y coordinate of arrow's control point.

 Syntax

VB6  Copy Code

Public Property Get CtrlPtY( _
    ByVal Index As Long _
) As Long
Public Property Let CtrlPtY( _
    ByVal Index As Long, _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_CtrlPtY (
    int Index
)
void put_CtrlPtY (
    int Index,
    int value
)

 Parameters

Index

The 0-based index of the control point.

 Property Value

A long value representing the y-coordinate.

 Remarks

After changing the positions of control points you should call Update.

 See Also