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


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