Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / Style Property


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