GradientShape
Overview
GradientShape is a enum in Aspose.Slides FOSS for C++.
Represents the shape of gradient fill.
This enumeration defines 5 values: NOT_DEFINED, LINEAR, RECTANGLE, RADIAL, PATH.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default gradient type |
LINEAR | Represents a linear gradient fill |
RECTANGLE | Represents a rectangular gradient fill |
RADIAL | |
PATH | Represents a gradient that follows a custom path |