Spread Windows Forms 12.0 Product Documentation
Degree Property (IGradient)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IGradient Interface : Degree Property
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

Reference

IGradient Interface
IGradient Members