[]
Represents a pattern brush.
public sealed class PatternBrush : Brush, IEquatable<Brush>
Public NotInheritable Class PatternBrush
Inherits Brush
Implements IEquatable(Of Brush)
Name | Description |
---|---|
BackgroundThemeColor | Gets the background color of this pattern brush. |
ForegroundThemeColor | Gets the foreground color of this pattern brush. |
Preset | Gets the pattern type of this pattern 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) | Indicates whether the current object is equal to another object of the same type. |
GetColor() | Gets the solid color from this brush. |