menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGradientStop - UWP 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.UWP.dll
    Syntax
    public interface IGradientStop

    Properties

    Color

    Gets / sets color.

    Declaration
    Color Color { get; set; }
    Property Value
    Type
    Windows.UI.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved