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

NameTypeAccessDescription
PositionfloatRead/WriteGets or sets the position.
ColorIColorFormatReadGets the color.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also