Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / GradientAngle Property


In This Topic
    GradientAngle Property
    In This Topic
    Gets or sets the angle of the gradient fill for the specified fill format.
    Syntax
    'Declaration
     
    
    Property GradientAngle As Double
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Double
     
    instance.GradientAngle = value
     
    value = instance.GradientAngle
    double GradientAngle {get; set;}

    Property Value

    The angle of the gradient fill for the specified fill format.
    See Also