Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / TwoColorGradient Method
The gradient style.
The gradient variant that the value from 1 through 4.


In This Topic
TwoColorGradient Method
In This Topic
Fills the shape with a two-color gradient.
Syntax
'Declaration
 
Sub TwoColorGradient( _
   ByVal style As GradientStyle, _
   ByVal variant As Integer _
) 
 
'Usage
 
Dim instance As IFillFormat
Dim style As GradientStyle
Dim variant As Integer
 
instance.TwoColorGradient(style, variant)

Parameters

style
The gradient style.
variant
The gradient variant that the value from 1 through 4.
See Also