ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGradientStop - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGradientStop

    Interface that represents single gradient stop of the gradient fill.

    Namespace: Syncfusion.XlsIO.Interfaces.Shapes
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IGradientStop

    Properties

    Color

    Gets / sets color.

    Declaration
    Color Color { get; set; }
    Property Value
    Type Description
    Syncfusion.Drawing.Color

    Position

    Gets / sets position of the gradient stop.

    Declaration
    int Position { get; set; }
    Property Value
    Type Description
    System.Int32

    Transparency

    Gets / sets transparency value.

    Declaration
    int Transparency { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved