Back to Devexpress

GradientStop.Color Property

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

latest1.3 KB
Original Source

GradientStop.Color Property

Gets the color of the color stop point.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Color Color { get; }
vb
ReadOnly Property Color As Color

Property Value

TypeDescription
Color

A Color value that is the color used in a gradient effect.

|

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