[]
Fills the shape with the specified gradient.
void Gradient(GradientStyle style, int variant, SchemeGradientStop[] gradientStops)
Sub Gradient(style As GradientStyle, [variant] As Integer, gradientStops As SchemeGradientStop())
Type | Name | Description |
---|---|---|
GradientStyle | style | The gradient style. |
int | variant | The gradient variant that the value from 1 through 4. |
SchemeGradientStop[] | gradientStops | The GrapeCity.Drawing.SchemeGradientStop array indicates the gradient stops of the gradient brush. |