[]
Defines a brush of a single color.
public class C1SolidBrush : C1Brush, INotifyPropertyChanged
| Name | Description |
|---|---|
| C1SolidBrush() | Initializes a new instance of the C1SolidBrush class. |
| C1SolidBrush(Color) | Initializes a new instance of the C1SolidBrush class. |
| Name | Description |
|---|---|
| Color | Gets or sets the color of this C1SolidBrush object. |
| Name | Description |
|---|---|
| AssignFrom(VisualPrimitive) | Assigns (copies) properties from another VisualPrimitive to the current object. |
| Compare(VisualPrimitive) | Compares this VisualPrimitive object with another VisualPrimitive object returns true if objects represent same object. |
| CreateSame() | Creates an object of the same type as the current object. |
| GetHashCodeInt() | For internal use. |