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


In This Topic
    Color1 Property (GradientSelectionRenderer)
    In This Topic
    Gets or sets the first color of a two-color gradient.
    Syntax
    'Declaration
     
    
    Public Property Color1 As Color
    'Usage
     
    
    Dim instance As GradientSelectionRenderer
    Dim value As Color
     
    instance.Color1 = value
     
    value = instance.Color1
    public Color Color1 {get; set;}

    Property Value

    First color
    See Also