Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IGradientStops Interface
Members


In This Topic
    IGradientStops Interface
    In This Topic
    Contains a collection of GradientStop objects.
    Object Model
    IGradientStops Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IGradientStops 
    'Usage
     
    Dim instance As IGradientStops
    [DefaultMember("Item")]
    public interface IGradientStops 
    Remarks
    Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.
    See Also