The start color of the color ramp. Setting this property has no effect if the color ramp is not supported.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_ColorRampStartColor( uint * pRetVal ); public: HRESULT put_ColorRampStartColor( uint ColorRampStartColor ); |
[Java] |
---|
public long getColorRampStartColor(); public void setColorRampStartColor( long ); |