| 名前 | 解説 | |
|---|---|---|
![]()  | BackgroundBrushProvider コンストラクタ | 
BackgroundBrushProviderデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | BackColor | Gets or sets the main color (used when BackgroundBrushProvider.GradientMode is set to None). | 
![]()  | Blend | Gets or sets the BackgroundBrushProvider.Blend used to create the gradient. | 
![]()  | Brush | Gets or sets a BackgroundBrushProvider.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 BackgroundBrushProvider.GradientMode is set to a value other than None). | 
![]()  | GradientMode | Gets or sets the BackgroundBrushProvider.GradientMode for this BackgroundBrushProvider. | 
![]()  | InterpolationColors | Gets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor gradient. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Clone | Gets a clone of this BackgroundBrushProvider. | 
![]()  | GetBrush | Gets an updated BackgroundBrushProvider.Brush that can be used to fill a given System.Drawing.Rectangle. | 
![]()  | GetBrushColor | Returns a background color for hosted controls that don't support gradients. |