Aspose::Cells::Drawing::GradientStyleType enum
GradientStyleType enum
Represents gradient shading style.
enum class GradientStyleType
Values
| Name | Value | Description |
|---|---|---|
| DiagonalDown | 0 | Diagonal down shading style. |
| DiagonalUp | 1 | Diagonal up shading style. |
| FromCenter | 2 | From center shading style. |
| FromCorner | 3 | From corner shading style. |
| Horizontal | 4 | Horizontal shading style. |
| Vertical | 5 | Vertical shading style. |
| Unknown | 6 | Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++