XlsShapeFill
GradientStops Property
|
Returns collection of gradient stops that stores gradient XlsFill settings. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual GradientStops GradientStops { get; }
Public Overridable ReadOnly Property GradientStops As GradientStops
Get
public:
virtual property GradientStops^ GradientStops {
GradientStops^ get ();
}
abstract GradientStops : GradientStops with get
override GradientStops : GradientStops with get
Property Value
Type:
GradientStops
See Also