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