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


In This Topic
    Color Property (SchemeGradientStop)
    In This Topic
    Get the color of the gradient stop.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As SchemeColor
    'Usage
     
    
    Dim instance As SchemeGradientStop
    Dim value As SchemeColor
     
    value = instance.Color
    public SchemeColor Color {get;}
    See Also