Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GradientFill Class / Color0 Property


In This Topic
    Color0 Property
    In This Topic
    Gets the start color of the gradient.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color0 As Color
    'Usage
     
    
    Dim instance As GradientFill
    Dim value As Color
     
    value = instance.Color0
    public Color Color0 {get;}
    See Also