Documents for PDF, .NET Edition Documentation
GradientStops Property (RadialGradientBrush)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > RadialGradientBrush Class : GradientStops Property
Gets or sets the collection of gradient stops.
Syntax
'Declaration
 
Public Property GradientStops As System.Collections.Generic.IList(Of GradientStop)
public System.Collections.Generic.IList<GradientStop> GradientStops {get; set;}
See Also

Reference

RadialGradientBrush Class
RadialGradientBrush Members