Gets or sets the Y coordinate of arrow's control point.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CtrlPtY( _ |
C++
Copy Code
|
|---|
public: |
The 0-based index of the control point.
A long value representing the y-coordinate.
RemarksAfter changing the positions of control points you should call Update.
See Also