Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the main color (used when GradientMode is set to None). |
![]() | Blend | Gets or sets the Blend used to create the gradient. |
![]() | Brush | Gets or sets a Brush object that may be something other than a System.Drawing.SolidBrush. |
![]() | Center | Gets or sets the System.Drawing.PointF that represents the center of a radial gradient. |
![]() | DisposeBrushAfterUse | Gets a value indicating if the brush should be disposed after use. |
![]() | GammaCorrection | Gets or sets whether gamma correction is applied to the gradient. |
![]() | GradientColor | Gets or sets the secondary color (used when GradientMode is set to a value other than None). |
![]() | GradientMode | Gets or sets the GradientMode for this BackgroundBrushProvider. |
![]() | InterpolationColors | Gets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor gradient. |