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


IGradientFillSymbol.GradientAngle Property (ArcObjects .NET 10.5 SDK)
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

.NET Snippets

Create Gradient Fill Symbol