Spread WinForms 15
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

Property Value

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