[]
Class that implements gradient backgrounds and exposes properties that control the appearance of the gradient.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Gradient
| Name | Description |
|---|---|
| BackColor2 | Gets or sets the secondary color used to build the background gradient. |
| Blend | Gets or sets the Blend used to paint the background gradient. |
| Center | Gets or sets the Point that represents the center of a radial gradient background in percentage units. |
| GammaCorrection | Gets or sets whether to apply gamma correction to the background gradient. |
| Mode | Gets or sets the GradientMode used to paint the background. |