GradientDirection
Overview
GradientDirection is a enum in Aspose.Slides FOSS for C++.
Represents the gradient style.
This enumeration defines 6 values: NOT_DEFINED, FROM_CORNER1, FROM_CORNER2, FROM_CORNER3, FROM_CORNER4, FROM_CENTER.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default gradient direction |
FROM_CORNER1 | Represents a gradient that starts from the first corner of the shape |
FROM_CORNER2 | |
FROM_CORNER3 | |
FROM_CORNER4 | |
FROM_CENTER | Represents a gradient that radiates outward from the shape’s center |