GradientFill Constructors
| Name | Parameters | Description |
|---|---|---|
| GradientFill(GradientType, OfficeColor, OfficeColor) | gradientType, color1, color2 | Initializes a new instance of the GradientFill class with specified settings. |
| GradientFill(GradientType, IList<GradientStop>) | gradientType, gradientStops | Initializes a new instance of the GradientFill class with specified settings. |
See Also