Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / LinearGradientBrush Class / GradientStops Property

In This Topic
    GradientStops Property (LinearGradientBrush)
    In This Topic
    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