GradientFillType Enum
Lists the types of gradient fill.
Namespace: DevExpress.Spreadsheet
Assembly:
DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
public enum GradientFillType
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