Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeGradientFill.Angle Property

Gets or sets an angle by which the linear gradient fill should be rotated within the chart element.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

double Angle { get; set; }

Property Value

Type Description
Double

A Double value that is the angle in degrees.

Remarks

The Angle property can be applied only when the linear gradient type is used (to obtain information about the gradient type, utilize the ShapeGradientFill.GradientType property).

See Also