Description
The specified color of the first point, if different from the others.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FirstPointColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color FirstPointColor {get; set;}
|
[Managed C++] |
---|
public: __property uint^ get_FirstPointColor(); public: __property void set_FirstPointColor( uint ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_FirstPointColor( uint ** ppRetVal ); public: HRESULT put_FirstPointColor( uint * pNewFirstPointColor );
|
[Java] |
---|
public long getFirstPointColor();public void setFirstPointColor( long );
|
See Also