Class GradientColor
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Used to fill a shape
[ClassInterface(ClassInterfaceType.AutoDual)]
public class GradientColor
- Inheritance
-
GradientColor
- Inherited Members
Constructors
GradientColor(GradientDirection, PdfColor, PdfColor)
Gradient constructor
public GradientColor(GradientDirection gradientDirection, PdfColor start, PdfColor end)
Parameters
gradientDirection
GradientDirectionThe gradient direction
start
PdfColorThe start color of the gradient
end
PdfColorThe end color of the gradient
Properties
EndColor
The gradient end color
public PdfColor EndColor { get; set; }
Property Value
GradientDirection
The gradient direction
public GradientDirection GradientDirection { get; set; }
Property Value
StartColor
The gradient start color
public PdfColor StartColor { get; set; }