menu

Document Processing

GradientType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    GradientType Class

    This enumeration specifies all possible gradient types.

    Inheritance
    System.Object
    GradientType
    Namespace: Syncfusion.XlsIO.Implementation.Shapes
    Assembly: Syncfusion.XlsIO.Base.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved