End color for color ramp method.
Read-write property
[Visual Basic .NET] |
---|
Public Property EndColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color EndColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_EndColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_EndColor( uint * pVal ); public: HRESULT put_EndColor( uint EndColor ); |
[Java] |
---|
public long getEndColor(); public void setEndColor( long ); |