GradientStop
Overview
GradientStop is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IGradientStop.
Represents a single gradient stop within a gradient fill.
Properties: AsIPresentationComponent, Color, Position, Presentation, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Position | float | Read/Write | Gets or sets the position. |
Color | IColorFormat | Read | Gets the color. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |