menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeShapeGradientStop - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeShapeGradientStop

    Represents a gradient stop in the IOfficeShapeGradientFill object.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeShapeGradientStop

    Properties

    Brightness

    Gets the brightness of the gradient stop. Read-only.

    Declaration
    float Brightness { get; }
    Property Value
    Type
    System.Single

    Color

    Gets or sets the color structure for the gradient stop.

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

    Position

    Gets or sets the gradient stop position. The position ranges from 0 to 100.

    Declaration
    float Position { get; set; }
    Property Value
    Type
    System.Single

    Transparency

    Gets or sets the transparency of the gradient stop. The value of transparency ranges from 0 to 100.

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