Class GradientFillType
Represents the gradient fill types in presentation.
Inheritance
System.Object
GradientFillType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class GradientFillType : Enum
Fields
Linear
This element specifies a linear gradient.
Declaration
public const GradientFillType Linear
Field Value
Type |
---|
GradientFillType |
Radial
Gradient follows a radial path.
Declaration
public const GradientFillType Radial
Field Value
Type |
---|
GradientFillType |
Rectangle
Gradient follows a rectangular path.
Declaration
public const GradientFillType Rectangle
Field Value
Type |
---|
GradientFillType |
Shape
Gradient follows the shape.
Declaration
public const GradientFillType Shape
Field Value
Type |
---|
GradientFillType |