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


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

    Property Value

    A GradientEffect object.
    The default is a null reference (Nothing in Visual Basic).
    See Also