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


IGradientFillSymbol.ColorRamp Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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

.NET Snippets

Create Gradient Fill Symbol

.NET Related Topics

How to make different types of colors and color ramps