Description
The color of the lines connecting the additional points.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ConnectPointsColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color ConnectPointsColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint^ get_ConnectPointsColor(); public: __property void set_ConnectPointsColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ConnectPointsColor( uint ** ppRetVal ); public: HRESULT put_ConnectPointsColor( uint * pNewConnectPointsColor );
|
| [Java] |
|---|
public long getConnectPointsColor();public void setConnectPointsColor( long );
|
See Also