This document is archived and information here might be outdated. Recommended version. |
Color ramp property.
[Visual Basic .NET] Public Property ColorRamp As IColorRamp
[C#] public IColorRamp ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
IColorRamp** Ramp
);
[C++]
HRESULT put_ColorRamp(
IColorRamp* Ramp
);
[C++] Parameters Ramp [out, retval]
Ramp is a parameter of type IColorRamp** Ramp [in]
Ramp is a parameter of type IColorRamp*
ColorRamp is the ramp used to display as the gradient. Any ramp supported by the IColorRamp object can be used.