IBrush Interface
Definition
Describes how an area is painted.
public interface IBrush
Properties
| Name | Description |
|---|---|
| Opacity | Gets the opacity of the brush. |
| Transform | Gets the transform of the brush. |
| TransformOrigin | Gets the origin of the brushes Avalonia.Media.IBrush.Transform |
Opacity Property
Gets the opacity of the brush.
public double Opacity { get; set; }
Transform Property
Gets the transform of the brush.
public Avalonia.Media.ITransform Transform { get; set; }
TransformOrigin Property
Gets the origin of the brushes Avalonia.Media.IBrush.Transform
public Avalonia.RelativePoint TransformOrigin { get; set; }