Back to Devexpress

GradientStopInfo Struct

officefileapi-devexpress-dot-spreadsheet-dot-drawings-d0ef5319.md

latest1.2 KB
Original Source

GradientStopInfo Struct

Defines the position and color of a transition point in a gradient.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public struct GradientStopInfo
vb
Public Structure GradientStopInfo

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

GradientStopInfo Members

SetGradientFill

DevExpress.Spreadsheet.Drawings Namespace