In This Topic
The following tables list the members exposed by C1Brush.
Public Constructors
Public Properties
| Name | Description |
| BackColor | Gets or sets the background color. |
| ForeColor | Gets or sets the foreground color. |
| Style | Gets or sets the brush style. |
Top
Public Methods
| Name | Description |
| GetARGBstring | Returns string representation of color in ARGB format. |
| ParseARGBString | Parses ARGB string and returns the System.Drawing.Color value. |
Top
Protected Methods
| Name | Description |
| OnPropertyChanged | This method is called on any property changes. Override it in derived classes for custom handling. |
Top
See Also