Skip to main content
A newer version of this page is available. .
Row

GradientFill.Degree Property

Gets or sets the tilt of the gradient line.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

double Degree { get; set; }

Property Value

Type Description
Double

A Double value that is the angle in degrees.

Remarks

Applicable to the GradientFillType.Linear only.

The following picture illustrates what the linear gradient looks like for different angles.

Gradient_Degree

See Also