Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGradient Interface / ColorStops Property


In This Topic
    ColorStops Property
    In This Topic
    Gets the IColorStops collection for the IGradient object.
    Syntax
    'Declaration
     
    
    ReadOnly Property ColorStops As IColorStops
    'Usage
     
    
    Dim instance As IGradient
    Dim value As IColorStops
     
    value = instance.ColorStops
    IColorStops ColorStops {get;}

    Property Value

    A IColorStops object represents the color collection.
    See Also