IGradientStop

Overview

IGradientStop is a interface in Aspose.Slides FOSS for .NET.

Represents a single stop in a gradient fill.

Properties: Color, Position.

Properties

NameTypeAccessDescription
PositionfloatRead/WriteGets or sets the stop position (0..1).
ColorIColorFormatReadGets the color at this gradient stop.

See Also