Click or drag to resize

GradientType Enumeration

This enumeration specifies all possible gradient types.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum GradientType
Members
Member name Value Description
Liniar 0 This element specifies a linear gradient.
Circle 1 Gradient follows a circular path.
Rect 2 Gradient follows a rectangular path.
Shape 3 Gradient follows the shape.
See Also