Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IGradientStop Interface / Color Property


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

    Property Value

    The value representing the color of the gradient stop.
    See Also