'Declaration
Sub Gradient( _ ByVal style As GradientStyle, _ ByVal variant As Integer, _ ByVal gradientStops() As SchemeGradientStop _ )
'Usage
Dim instance As IFillFormat Dim style As GradientStyle Dim variant As Integer Dim gradientStops() As SchemeGradientStop instance.Gradient(style, variant, gradientStops)
void Gradient( GradientStyle style, int variant, SchemeGradientStop[] gradientStops )
Parameters
- style
- The gradient style.
- variant
- The gradient variant that the value from 1 through 4.
- gradientStops
- The GrapeCity.Drawing.SchemeGradientStop array indicates the gradient stops of the gradient brush.