GrapeCity.Xaml.Excel
GradientStops Property


GrapeCity.Excel.Chart Namespace > GradientFillFormat Class : GradientStops Property
The list of gradient stops that specifies the gradient colors and their relative position in the color band.
Syntax
'Declaration
 
Public ReadOnly Property GradientStops As List(Of ExcelGradientStop)
'Usage
 
Dim instance As GradientFillFormat
Dim value As List(Of ExcelGradientStop)
 
value = instance.GradientStops
public List<ExcelGradientStop> GradientStops {get;}
See Also

Reference

GradientFillFormat Class
GradientFillFormat Members