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
| Name | Type | Access | Description |
|---|---|---|---|
position | float | Read/Write | Returns or sets the position (0..1) of a gradient stop. |
color | IColorFormat | Read | Returns the color of a gradient stop. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |