Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / EndColor Property


In This Topic
    EndColor Property
    In This Topic
    Gets or sets a value indicating the end color of gradient.
    Syntax
    'Declaration
     
    
    Public Property EndColor As Color
    'Usage
     
    
    Dim instance As GradientEffect
    Dim value As Color
     
    instance.EndColor = value
     
    value = instance.EndColor
    public Color EndColor {get; set;}

    Property Value

    A System.Drawing.Color value indicates the end color of gradient.
    The default is System.Drawing.Color.Black.
    See Also