Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Gradient Property


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