Description
The color ramp stop color.
Property type
Read-write property
Syntax
[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();
public: __property void set_StopColor(
uint ^
);
|
[Unmanaged C++] |
public: HRESULT get_StopColor(
uint ** ppRetVal
);
public: HRESULT put_StopColor(
uint * pNewStopColor
);
|
[Java] |
public long getStopColor();public void setStopColor(
long
);
|
See Also