GradientFormat

Overview

GradientFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represent a gradient format.

Properties

NameTypeAccessDescription
tile_flipTileFlipReadReturns or sets the flipping mode for a gradient.
gradient_directionGradientDirectionReadReturns or sets the style of a gradient.
linear_gradient_anglefloatReadReturns or sets the angle of a gradient.
linear_gradient_scaledNullableBoolReadDetermines whether a gradient is scaled.
gradient_shapeGradientShapeReadReturns or sets the shape of a gradient.
gradient_stopsIGradientStopCollectionReadReturns the collection of gradient stops.

See Also