GradientFill(GradientType, IList<GradientStop>) Constructor
Initializes a new instance of the GradientFill class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public GradientFill(
GradientType gradientType,
IList<GradientStop> gradientStops = null
)
Parameters
| Name | Type | Description |
|---|---|---|
| gradientType | GradientType | Gradient type. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| gradientStops | IList<GradientStop> | null | A collection of gradient stops. |
See Also