'Declaration
Public Overloads Function CreateGradientFill( _ ByVal degree As Double, _ ByVal color1 As Color, _ ByVal color2 As Color _ ) As Fill
Parameters
- degree
- A System.Double value indicates the angle of the linear gradient.
- color1
- A Color value indicates the color of the first gradient stop, constituting this gradient fill.
- color2
- A Color value indicates the color of the second gradient stop, constituting this gradient fill.
Return Value
A Fill value represents the created gradient fill.