Search
DecorationLine.CtrlPtX Property
See Also
 



Gets or sets the X coordinate of the specified end point.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_CtrlPtX (
    int Index
)
void put_CtrlPtX (
    int Index,
    int value
)

 Parameters

Index

The 0-based index of the point.

 Property Value

A long value.

 See Also