[]
Initializes a new instance of the FillStyle class with the specified fill color.
public FillStyle(Color fillColor)
Type | Name | Description |
---|---|---|
Color | fillColor | The fill color. |
Initializes a new instance of the FillStyle class with the specified gradient type, fill color, and gradient end color.
public FillStyle(GradientType gradientType, Color fillColor, Color gradientEndColor)
Type | Name | Description |
---|---|---|
GradientType | gradientType | The gradient type. |
Color | fillColor | The fill color. |
Color | gradientEndColor | The gradient end color. |