Aspose::Cells::Drawing::GradientStyleType enum

GradientStyleType enum

Represents gradient shading style.

enum class GradientStyleType

Values

NameValueDescription
DiagonalDown0
Diagonal down shading style.
DiagonalUp1
Diagonal up shading style.
FromCenter2
From center shading style.
FromCorner3
From corner shading style.
Horizontal4
Horizontal shading style.
Vertical5
Vertical shading style.
Unknown6
Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file.

See Also