GradientShape

Overview

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

Represents the shape of gradient fill.

This enumeration defines 5 values: NOT_DEFINED, LINEAR, RECTANGLE, RADIAL, PATH.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default gradient shape
LINEARRepresents a linear gradient shape
RECTANGLERepresents a rectangular gradient shape
RADIAL
PATHRepresents a gradient shape that follows a custom path

See Also