WinForms › Office Window › BrushContainer
BrushContainer
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
A container class for hosting the brush data. This class cannot be inherited.
public sealed class BrushContainer
Members at a glance
BrushContainer | Initializes a new instance of the BrushContainer class. |
Brush | Gets or sets the brush. |
Color | Gets or sets the start color. |
ToString | Returns a short description of this BrushContainer, which is what the designer shows for the property. |
Constructors
BrushContainer
public BrushContainer()
Initializes a new instance of the BrushContainer class.
Properties
Brush
public Brush Brush
Gets or sets the brush.
Value. The brush.
Color
public Color Color
Gets or sets the start color.
Value. The start color.
Methods
ToString
public override string ToString()
Returns a short description of this BrushContainer, which is what the designer shows for the property.