IBrush Interface

Describes how an area is painted.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[TypeConverterAttribute(typeof(BrushConverter))]
[NotClientImplementableAttribute]
public interface IBrush

Properties

Opacity Gets the opacity of the brush.
Transform Gets the transform of the brush.
TransformOrigin Gets the origin of the brushes Transform

Extension Methods

ToImmutable Converts a brush to an immutable brush.
(Defined by BrushExtensions)

See Also