IGradientFormat
Overview
IGradientFormat is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IFillParamSource.
Represents gradient fill formatting properties.
Properties: GradientDirection, GradientShape, GradientStops, LinearGradientAngle, LinearGradientScaled, TileFlip.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TileFlip | TileFlip | Read/Write | Gets or sets the tile flip mode. |
GradientDirection | GradientDirection | Read/Write | Gets or sets the gradient direction. |
GradientShape | GradientShape | Read/Write | Gets or sets the gradient shape. |
GradientStops | IGradientStopCollection | Read | Gets the collection of gradient stops. |
LinearGradientAngle | float | Read/Write | Gets or sets the linear gradient angle in degrees. |
LinearGradientScaled | NullableBool | Read/Write | Gets or sets whether the linear gradient is scaled. |