GradientFillSettings.Angle

GradientFillSettings.Angle property

Gets or sets the angle.

[Obsolete("This property is obsolete. It is moved to BaseGradientFillSettings class. Property will be removed in 23.11 release.")]
public double Angle { get; set; }

Property Value

The angle.

Exceptions

exceptioncondition
PsdImageArgumentExceptionAngle must be in range from -180.0 to 180.0

See Also