The end 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 ColorRampEndColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ColorRampEndColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_ColorRampEndColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_ColorRampEndColor( uint * pRetVal ); public: HRESULT put_ColorRampEndColor( uint ColorRampEndColor ); |
[Java] |
---|
public long getColorRampEndColor(); public void setColorRampEndColor( long ); |