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

GradientStop.Position Property

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

Namespace: DevExpress.Spreadsheet

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

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