Class GradientType
This enumeration specifies all possible gradient types.
Inheritance
System.Object
    GradientType
  Namespace: Syncfusion.XlsIO.Implementation.Shapes
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class GradientType : EnumFields
Circle
Gradient follows a circular path.
Declaration
public const GradientType CircleField Value
| Type | 
|---|
| GradientType | 
Liniar
This element specifies a linear gradient.
Declaration
public const GradientType LiniarField Value
| Type | 
|---|
| GradientType | 
Rect
Gradient follows a rectangular path.
Declaration
public const GradientType RectField Value
| Type | 
|---|
| GradientType | 
Shape
Gradient follows the shape.
Declaration
public const GradientType ShapeField Value
| Type | 
|---|
| GradientType |