[]
Paints an area with a solid color.
public sealed class SolidColorBrush : Brush, IEquatable<Brush>
Public NotInheritable Class SolidColorBrush
Inherits Brush
Implements IEquatable(Of Brush)
Name | Description |
---|---|
SolidColorBrush(SchemeColor) | Initializes a new instance of the SolidColorBrush struct. |
Name | Description |
---|---|
Color | Gets the color of this solid color brush. |
Transparency | Returns or sets the degree of transparency of the specified brush as a value from 0.0 (opaque) through 1.0 (clear). |
Name | Description |
---|---|
ApplyColorTransform(ColorTransform) | Creates new brush from the current brush with the specified ColorTransform effect. |
Clone() | Creates a new Brush instance with the same value as an existing brush. |
Equals(Brush) | |
GetColor() | Gets the solid color from this brush. |