Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / Style Property


In This Topic
    Style Property (GradientEffect)
    In This Topic
    Gets or sets a value indicating the style of gradient.
    Syntax
    'Declaration
     
    
    Public Property Style As GradientStyle
    'Usage
     
    
    Dim instance As GradientEffect
    Dim value As GradientStyle
     
    instance.Style = value
     
    value = instance.Style
    public GradientStyle Style {get; set;}

    Property Value

    A GradientStyle value indicates the style of gradient.
    The default is GradientStyle.Horizontal.
    See Also