The gradient used to fill a shape.
| C# | Visual Basic | Visual C++ |
public GradientColor Gradient { get; set; }
Public Property Gradient As GradientColor
public: property GradientColor^ Gradient { GradientColor^ get (); void set (GradientColor^ value); }