The gradient used to fill a shape.
Namespace: EvoPdfAssembly: 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); } |