GradientDirection

GradientDirection

Overview

GradientDirection is a enum in Aspose.Slides FOSS for Python.

Represents the gradient style.

This enumeration defines 6 values: NOT_DEFINED, FROM_CORNER1, FROM_CORNER2, FROM_CORNER3, FROM_CORNER4, FROM_CENTER.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default gradient direction
FROM_CORNER1Represents a gradient that starts from corner 1
FROM_CORNER2Represents a gradient that starts from corner 2
FROM_CORNER3Represents a gradient that starts from corner 3
FROM_CORNER4Represents a gradient that starts from corner 4
FROM_CENTERRepresents a gradient that radiates outward from the center

See Also