Skip to main content
A newer version of this page is available. .
Row

GradientFillType Enum

Lists the types of gradient fill.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum GradientFillType

Members

Name Description
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.

Related API Members

The following properties accept/return GradientFillType values:

See Also