Interface IOfficeShapeGradientStop
Represents a gradient stop in the IOfficeShapeGradientFill object.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeShapeGradientStopProperties
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 |