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


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