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

NameTypeAccessDescription
PositionfloatRead/WriteDefines the relative location of the gradient stop as a float between 0 and 1
ColorIColorFormatReadGets or sets the color of the gradient stop using an IColorFormat instance

See Also