IGradientStop
Overview
IGradientStop is a interface in Aspose.Slides FOSS for .NET.
Represents a single stop in a gradient fill.
Properties: Color, Position.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Position | float | Read/Write | Gets or sets the stop position (0..1). |
Color | IColorFormat | Read | Gets the color at this gradient stop. |