ShadingType Enum
Lists shading types for PDF gradient fills.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Members
| Name | Description |
|---|---|
Axial
|
An axial (linear) shading that transitions colors along a line between two points. |
Radial
|
A radial shading that transitions colors between two circles. |
FunctionBased
|
A function-based shading that computes colors from mathematical functions. |
FreeFormGouraudMesh
|
A free-form Gouraud-shaded triangle mesh. |
LatticeFormGouraudMesh
|
A lattice-form Gouraud-shaded triangle mesh. |
CoonsPatchMesh
|
A Coons patch mesh shading. |
TensorProductPatchMesh
|
A tensor-product patch mesh shading. |
Related API Members
The following properties accept/return ShadingType values:
See Also