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


In This Topic
    Angle Property (GradientBrush)
    In This Topic
    Gets the angle of this GradientBrush.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Angle As Double
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As Double
     
    value = instance.Angle
    public double Angle {get;}

    Property Value

    The angle of this GradientBrush.
    See Also