[]
Represents a set of brushes.
public sealed class CombinedBrush : Brush, IEquatable<Brush>
Public NotInheritable Class CombinedBrush
Inherits Brush
Implements IEquatable(Of Brush)
Name | Description |
---|---|
Count | Gets the total number of brushes. |
this[int] | Gets the brush at the specified index. |
Name | Description |
---|---|
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. |