The gradient used to fill a shape.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public GradientColor Gradient { get; set; }
Visual Basic
Public Property Gradient As GradientColor
	Get
	Set
Visual C++
public:
property GradientColor^ Gradient {
	GradientColor^ get ();
	void set (GradientColor^ value);
}

Property Value

Type: GradientColor

See Also