GradientStop.Position Property
Gets the position of the color stop point at the gradient line.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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