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