This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGradientFillSymbol Interface > IGradientFillSymbol.GradientAngle Property (ArcObjects .NET 10.4 SDK) |
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
GradientAngle rotates the gradient within the fill. Valid ranges are from -360 to 360. The default angle is 90.