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