Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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