HypernovaDesktop Components · docs
Binarymission
WinFormsOffice 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

BrushContainerInitializes a new instance of the BrushContainer class.
BrushGets or sets the brush.
ColorGets or sets the start color.
ToStringReturns 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.