ArcObjects Library Reference (Display)  

IGradientFillSymbol.GradientPercentage Property

Gradient percentage - controls the bleeding effect of the fill.

[Visual Basic .NET]
Public Property GradientPercentage As Double
[C#]
public double GradientPercentage {get; set;}
[C++]
HRESULT get_GradientPercentage(
  double* pct
);
[C++]
HRESULT put_GradientPercentage(
  double pct
);
[C++]

Parameters

pct [out, retval]   pct is a parameter of type double pct [in]   pct is a parameter of type double

Product Availability

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

Description

GradientPercentage controls the saturation distribution between the colors. Valid values are from 0 to 1. The default value is 0.75.

See Also

IGradientFillSymbol Interface

.NET Snippets

Create Gradient Fill Symbol