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()
Public Function ShrinkGradientStops As GradientStops
public:
GradientStops^ ShrinkGradientStops()
member ShrinkGradientStops : unit -> GradientStops
Return Value
Type:
GradientStops
A new GradientStops object with half the number of stops.
See Also