In This Topic
Fills the shape with the specified gradient.
Syntax
'Declaration
Sub Gradient( _
ByVal As GradientStyle, _
ByVal As Integer, _
ByVal () 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 ,
int ,
SchemeGradientStop[]
)
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.
See Also