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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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