Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Degree Property


In This Topic
    Degree Property (GradientFillEffect)
    In This Topic
    Gets the angle of the linear gradient fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Degree As Double
    'Usage
     
    
    Dim instance As GradientFillEffect
    Dim value As Double
     
    value = instance.Degree
    public double Degree {get;}

    Property Value

    A double value represents the angle of the linear gradient fill.
    See Also