StyleSetTwoColorGradient Method |
Sets the specified fill to a two-color gradient.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic void SetTwoColorGradient(
Color color1,
Color color2,
GradientStyleType gradientStyleType,
int variant
)
Public Sub SetTwoColorGradient (
color1 As Color,
color2 As Color,
gradientStyleType As GradientStyleType,
variant As Integer
)
public:
void SetTwoColorGradient(
Color color1,
Color color2,
GradientStyleType gradientStyleType,
int variant
)
member SetTwoColorGradient :
color1 : Color *
color2 : Color *
gradientStyleType : GradientStyleType *
variant : int -> unit
Parameters
- color1
- Type: System.DrawingColor
One gradient color. - color2
- Type: System.DrawingColor
Two gradient color. - gradientStyleType
- Type: Aspose.Cells.DrawingGradientStyleType
Gradient shading style. - variant
- Type: SystemInt32
The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.
See Also