Skip to main content
Row

GradientStop.Position Property

Gets the position of the color stop point at the gradient line.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

double Position { get; }

Property Value

Type Description
Double

0 for the start point, 1 for the end point. Other values are not supported.

Remarks

Use the GradientFill.Stops property to get access to a collection of color stop points.

See Also