Back to Devexpress

GradientFillType Enum

officefileapi-devexpress-dot-spreadsheet-a6c28837.md

latest1.2 KB
Original Source

GradientFillType Enum

Lists the types of gradient fill.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum GradientFillType
vb
Public Enum GradientFillType

Members

NameDescription
Linear

Linear gradient. The background fill is a transition through a series of colors specified by color stops placed on a gradient line. The gradient line can be tilted at a specified angle.

| | Path |

Path gradient indicates that the transition boundary of one color to the next is a rectangle, defined by top, bottom, left, and right attributes.

|

The following properties accept/return GradientFillType values:

See Also

DevExpress.Spreadsheet Namespace