Description
The start color of the color ramp. Setting this property has no effect if the color ramp is not supported.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ColorRampStartColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color ColorRampStartColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint^ get_ColorRampStartColor(); public: __property void set_ColorRampStartColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ColorRampStartColor( uint ** ppRetVal ); public: HRESULT put_ColorRampStartColor( uint * pNewColorRampStartColor );
|
| [Java] |
|---|
public long getColorRampStartColor();public void setColorRampStartColor( long );
|
See Also