Table of Contents

Interface IBrush

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Describes how an area is painted.

[TypeConverter(typeof(BrushConverter))]
[NotClientImplementable]
public interface IBrush
Extension Methods

Properties

Opacity

Gets the opacity of the brush.

double Opacity { get; }

Property Value

double

Transform

Gets the transform of the brush.

ITransform? Transform { get; }

Property Value

ITransform

TransformOrigin

Gets the origin of the brushes Transform

RelativePoint TransformOrigin { get; }

Property Value

RelativePoint