Skip to main content

GradientStopInfo.Color Property

Gets or sets the color of the gradient stop.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color object that is the stop’s color.

Remarks

To apply a gradient fill to a chart element, use the ShapeOutlineFill.SetGradientFill method and pass a collection of gradient stops, defined by the GradientStopInfo object, as a parameter.

See Also