Brush
Brush class
The base brush class.
public abstract class Brush : DisposableObject
Properties
Name |
Description |
Disposed { get; } |
Gets a value indicating whether this instance is disposed. |
Opacity { get; set; } |
Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. |
Methods
Name |
Description |
virtual DeepClone() |
Creates a new deep clone of the current Brush . |
Dispose() |
Disposes the current instance. |
See Also