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


IGradientFillSymbol.GradientPercentage 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.GradientPercentage Property
ArcGIS Developer Help

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(
  System.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