GradientFormat

Overview

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

Represent a gradient format.

Properties: as_i_presentation_component, gradient_direction, gradient_shape, gradient_stops, linear_gradient_angle, linear_gradient_scaled, and 3 more.

Properties

NameTypeAccessDescription
tile_flipTileFlipRead/WriteReturns or sets the flipping mode for a gradient.
gradient_directionGradientDirectionRead/WriteReturns or sets the style of a gradient.
linear_gradient_anglefloatRead/WriteReturns or sets the angle of a gradient.
linear_gradient_scaledNullableBoolRead/WriteDetermines whether a gradient is scaled.
gradient_shapeGradientShapeRead/WriteReturns or sets the shape of a gradient.
gradient_stopsIGradientStopCollectionReadReturns the collection of gradient stops.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also