ArcObjects Library Reference (Display)  

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