Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientStop Structure / Color Property


In This Topic
    Color Property (GradientStop)
    In This Topic
    Gets the color of this gradient stop.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As Color
    'Usage
     
    
    Dim instance As GradientStop
    Dim value As Color
     
    value = instance.Color
    public Color Color {get;}

    Property Value

    A Color value represents the color of this gradient stop.
    See Also