Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GradientType

    Show / Hide Table of Contents

    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 : Enum

    Fields

    Circle

    Gradient follows a circular path.

    Declaration
    public const GradientType Circle
    Field Value
    Type Description
    GradientType

    Liniar

    This element specifies a linear gradient.

    Declaration
    public const GradientType Liniar
    Field Value
    Type Description
    GradientType

    Rect

    Gradient follows a rectangular path.

    Declaration
    public const GradientType Rect
    Field Value
    Type Description
    GradientType

    Shape

    Gradient follows the shape.

    Declaration
    public const GradientType Shape
    Field Value
    Type Description
    GradientType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved