menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GradientArrayWrapper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GradientArrayWrapper

    Summary description for GradientArrayWrapper.

    Inheritance
    System.Object
    CommonObject
    GradientArrayWrapper
    Implements
    IParentApplication
    System.IDisposable
    IGradient
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class GradientArrayWrapper : CommonObject, IParentApplication, IDisposable, IGradient

    Constructors

    GradientArrayWrapper(IRange)

    Create new instance of object.

    Declaration
    public GradientArrayWrapper(IRange range)
    Parameters
    Type Name Description
    IRange range

    Base range.

    Properties

    BackColor

    Represents background color.

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type
    Color

    BackColorIndex

    Represents background color index.

    Declaration
    public ExcelKnownColors BackColorIndex { get; set; }
    Property Value
    Type
    ExcelKnownColors

    BackColorObject

    Represents background color.

    Declaration
    public ColorObject BackColorObject { get; }
    Property Value
    Type
    ColorObject

    ForeColor

    Represents foreground color.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    Color

    ForeColorIndex

    Represents foreground color index.

    Declaration
    public ExcelKnownColors ForeColorIndex { get; set; }
    Property Value
    Type
    ExcelKnownColors

    ForeColorObject

    Represents foreground color.

    Declaration
    public ColorObject ForeColorObject { get; }
    Property Value
    Type
    ColorObject

    GradientStyle

    Represents gradient shading style.

    Declaration
    public ExcelGradientStyle GradientStyle { get; set; }
    Property Value
    Type
    ExcelGradientStyle

    GradientVariant

    Represents gradient shading variant.

    Declaration
    public ExcelGradientVariants GradientVariant { get; set; }
    Property Value
    Type
    ExcelGradientVariants

    Methods

    BeginUpdate()

    This method should be called before several updates to the object will take place.

    Declaration
    public void BeginUpdate()

    CompareTo(IGradient)

    Compares with shape fill impl.

    Declaration
    public int CompareTo(IGradient gradient)
    Parameters
    Type Name Description
    IGradient gradient

    Gradient to compare with.

    Returns
    Type Description
    System.Int32

    Zero if shape fills are equal.

    EndUpdate()

    This method should be called after several updates to the object took place.

    Declaration
    public void EndUpdate()

    TwoColorGradient()

    Sets the specified fill to a two-color gradient.

    Declaration
    public void TwoColorGradient()

    TwoColorGradient(ExcelGradientStyle, ExcelGradientVariants)

    Sets the specified fill to a two-color gradient.

    Declaration
    public void TwoColorGradient(ExcelGradientStyle style, ExcelGradientVariants variant)
    Parameters
    Type Name Description
    ExcelGradientStyle style

    Represents shading shading style.

    ExcelGradientVariants variant

    Represents shading variant.

    Implements

    IParentApplication
    System.IDisposable
    IGradient
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved