Gets or sets the color ramp stop color.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color StopColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_StopColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopColor( uint * pVal ); public: HRESULT put_StopColor( uint pVal ); |
[Java] |
---|
public long getStopColor(); public void setStopColor( long ); |