Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / GradientStyle Property


In This Topic
    GradientStyle Property (GradientBrush)
    In This Topic
    Get gradient style from this brush.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GradientStyle As GradientStyle
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As GradientStyle
     
    value = instance.GradientStyle
    public GradientStyle GradientStyle {get;}

    Property Value

    return gradient Style from this brush.
    See Also