Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / Gradient Property


In This Topic
    Gradient Property (SpreadNotesContainer)
    In This Topic
    Gets or sets the gradient.
    Syntax
    'Declaration
     
    
    Public Overrides Property Gradient As PSGradient
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim value As PSGradient
     
    instance.Gradient = value
     
    value = instance.Gradient
    public override PSGradient Gradient {get; set;}
    See Also