GradientFormat
Overview
GradientFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represent a gradient format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tile_flip | TileFlip | Read | Returns or sets the flipping mode for a gradient. |
gradient_direction | GradientDirection | Read | Returns or sets the style of a gradient. |
linear_gradient_angle | float | Read | Returns or sets the angle of a gradient. |
linear_gradient_scaled | NullableBool | Read | Determines whether a gradient is scaled. |
gradient_shape | GradientShape | Read | Returns or sets the shape of a gradient. |
gradient_stops | IGradientStopCollection | Read | Returns the collection of gradient stops. |