Overview
GradientDirection is a enum in Aspose.Slides FOSS for Java.
Represents the gradient style.
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 |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also