StyleGetTwoColorGradient Method |
Get the two-color gradient setting.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic void GetTwoColorGradient(
out Color color1,
out Color color2,
out GradientStyleType gradientStyleType,
out int variant
)
Public Sub GetTwoColorGradient (
<OutAttribute> ByRef color1 As Color,
<OutAttribute> ByRef color2 As Color,
<OutAttribute> ByRef gradientStyleType As GradientStyleType,
<OutAttribute> ByRef variant As Integer
)
public:
void GetTwoColorGradient(
[OutAttribute] Color% color1,
[OutAttribute] Color% color2,
[OutAttribute] GradientStyleType% gradientStyleType,
[OutAttribute] int% variant
)
member GetTwoColorGradient :
color1 : Color byref *
color2 : Color byref *
gradientStyleType : GradientStyleType byref *
variant : int byref -> 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.
See Also