GradientFill.GradientType Property
Gets or sets the type of gradient applied to a shape.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| GradientType | Gradient type. |
Available values:
| Name | Description |
|---|---|
| Linear | A linear gradient. |
| Rectangular | A rectangular gradient. |
| Radial | A circular gradient. |
| Shape | A gradient that follows the perimeter of the shape. |
See Also