[]
The WPF implementation of C1Brush class. Creates the Brush object which can be used for drawing based on the C1Brush definition.
public class C1Brush : C1Brush, ISerializable
| Name | Description |
|---|---|
| C1Brush() | Creates the new C1Brush object. |
| C1Brush(SerializationInfo, StreamingContext) | Special constructor for de-serialization. |
| Name | Description |
|---|---|
| Brush | Gets the brush object which can be used for drawing. |
| Name | Description |
|---|---|
| OnPropertyChanged() | This method is called on any property changes. |