GradientDirection Enumeration |
The direction of the gradient color.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public enum GradientDirection
Public Enumeration GradientDirection
Members
| Member name | Value | Description |
---|
| Horizontal | 0 |
Horizontal gradient from left to right
|
| Vertical | 1 |
Vertical gradient from top to bottom
|
| ForwardDiagonal | 2 |
Diagonal gradient from top left to bottom right
|
| BackwardDiagonal | 3 |
Diagonal gradient from top right bottom left
|
See Also