[]
The base wrapper class for brushes. Only for serialization/deserialization purposes.
public class C1Brush : ISerializable
Name | Description |
---|---|
C1Brush() | Creates the new C1Brush object. |
C1Brush(SerializationInfo, StreamingContext) | Special constructor for de-serialization. |
Name | Description |
---|---|
BackColor | Gets or sets the background color. |
ForeColor | Gets or sets the foreground color. |
Style | Gets or sets the brush style. |
Name | Description |
---|---|
GetARGBstring(Color) | Returns string representation of color in ARGB format. |
OnPropertyChanged() | This method is called on any property changes. Override it in derived classes for custom handling. |
ParseARGBString(string) | Parses ARGB string and returns the Color value. |