alexa
menu

    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.NET.dll
    Syntax
    public interface IGradientStop

    Properties

    Color

    Gets / sets color.

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

    Position

    Gets / sets position of the gradient stop.

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

    Transparency

    Gets / sets transparency value.

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