Search
DecorationLine.CtrlPtY Property
See Also
 



Gets or sets the Y coordinate of the specified end 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 point.

 Property Value

A long value.

 See Also