GradientStop

Overview

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

Represents a gradient format.

Properties: as_i_presentation_component, color, position, presentation, slide.

Properties

NameTypeAccessDescription
positionfloatRead/WriteReturns or sets the position (0..1) of a gradient stop.
colorIColorFormatReadReturns the color of a gradient stop.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also