Back to Devexpress

GradientStop.Position Property

officefileapi-devexpress-dot-spreadsheet-dot-gradientstop.md

latest1.3 KB
Original Source

GradientStop.Position Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
double Position { get; }
vb
ReadOnly Property Position As Double

Property Value

TypeDescription
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

Stops

GradientStop Interface

GradientStop Members

DevExpress.Spreadsheet Namespace