Interface IGradientStop
Interface that represents single gradient stop of the gradient fill.
Namespace: Syncfusion.XlsIO.Interfaces.Shapes
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public interface IGradientStop
Properties
Color
Gets / sets color.
Declaration
Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.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 |