Interface IOfficeShapeGradientFill
Represents the gradient fill format.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeShapeGradientFillProperties
GradientStops
Gets the collection of gradient stops. Read-only.
Declaration
IOfficeShapeGradientStops GradientStops { get; }Property Value
| Type | Description | 
|---|---|
| IOfficeShapeGradientStops | The collection of IOfficeShapeGradientStops. |