GradientDirection

GradientDirection

Overview

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

Represents the gradient style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default gradient direction
FROM_CORNER1Represents a gradient that starts from the first corner of the shape
FROM_CORNER2
FROM_CORNER3
FROM_CORNER4
FROM_CENTERRepresents a gradient that radiates outward from the shape’s center

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also