GradientShape
GradientShape enum
Represents the shape of gradient fill.
enum class GradientShape : int8_t
Values
| Name | Value | Description | 
|---|---|---|
| NotDefined | -1 | |
| Linear | 0 | |
| Rectangle | 1 | |
| Radial | 2 | |
| Path | 3 | 
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides
Represents the shape of gradient fill.
enum class GradientShape : int8_t
| Name | Value | Description | 
|---|---|---|
| NotDefined | -1 | |
| Linear | 0 | |
| Rectangle | 1 | |
| Radial | 2 | |
| Path | 3 |