Click or drag to resize

GradientStops ShrinkGradientStops Method

Creates a new GradientStops object with half the number of stops by reducing the position of each stop to half its original value.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GradientStops ShrinkGradientStops()

Return Value

Type: GradientStops
A new GradientStops object with half the number of stops.
See Also