Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / GradientStops Property


In This Topic
    GradientStops Property (IFillFormat)
    In This Topic
    Gets the end points for the gradient fill.
    Syntax
    'Declaration
     
    
    ReadOnly Property GradientStops As IGradientStops
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As IGradientStops
     
    value = instance.GradientStops
    IGradientStops GradientStops {get;}

    Property Value

    The end points for the gradient fill.
    See Also