Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGradient Interface / Degree Property


In This Topic
    Degree Property (IGradient)
    In This Topic
    Gets or sets the angle of the linear gradient fill within a selection.
    Syntax
    'Declaration
     
    
    Property Degree As Double
    'Usage
     
    
    Dim instance As IGradient
    Dim value As Double
     
    instance.Degree = value
     
    value = instance.Degree
    double Degree {get; set;}

    Property Value

    A System.Double value in range 0..360 represents the angle.
    See Also