GradientShape

Overview

GradientShape is a enum in Aspose.Slides FOSS for C++.

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 type
LINEARRepresents a linear gradient fill
RECTANGLERepresents a rectangular gradient fill
RADIAL
PATHRepresents a gradient that follows a custom path

See Also