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


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

IGradientFillSymbol.GradientAngle Property

Direction of fill gradient.

[Visual Basic .NET]
Public Property GradientAngle As Double
[C#]
public double GradientAngle {get; set;}
[C++]
HRESULT get_GradientAngle(
  System.Double* Angle
);
[C++]
HRESULT put_GradientAngle(
  double Angle
);
[C++]
Parameters
Angle [out, retval]

Angle is a parameter of type double* Angle [in]
Angle is a parameter of type double

Product Availability

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

Description

GradientAngle rotates the gradient within the fill. Valid ranges are from -360 to 360. The default angle is 90.

See Also

IGradientFillSymbol Interface