This document is archived and information here might be outdated. Recommended version. |
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
GradientAngle rotates the gradient within the fill. Valid ranges are from -360 to 360. The default angle is 90.