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


In This Topic
    GradientEffect Property (ListItem)
    In This Topic
    Gets or sets a value that represents background gradient effect of the ListItem.
    Syntax
    'Declaration
     
    
    Public Property GradientEffect As GradientEffect
    'Usage
     
    
    Dim instance As ListItem
    Dim value As GradientEffect
     
    instance.GradientEffect = value
     
    value = instance.GradientEffect
    public GradientEffect GradientEffect {get; set;}

    Property Value

    A GradientEffect object
    See Also