GradientShape
Overview
GradientShape is a enum in Aspose.Slides FOSS for Python.
Represents the shape of gradient fill.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default gradient shape |
LINEAR | Represents a linear gradient shape |
RECTANGLE | Represents a rectangular gradient shape |
RADIAL | |
PATH | Represents a gradient shape that follows a custom path |