This document is archived and information here might be outdated.  Recommended version.


IGradientFillSymbol.ColorRamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGradientFillSymbol Interface > IGradientFillSymbol.ColorRamp Property
ArcGIS Developer Help

IGradientFillSymbol.ColorRamp Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ColorRamp is the ramp used to display as the gradient. Any ramp supported by the IColorRamp object can be used.

See Also

IGradientFillSymbol Interface