Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / StartColor Property


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

    Property Value

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