Skip to main content

IImmutableBrush Interface

Represents an immutable brush which can be safely used with various threading contexts

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public interface IImmutableBrush : IBrush
View Source
ImplementsIBrush

Properties

OpacityGets the opacity of the brush.
(Inherited from IBrush)
TransformGets the transform of the brush.
(Inherited from IBrush)
TransformOriginGets the origin of the brushes Transform
(Inherited from IBrush)

Extension Methods

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

See Also

Reference

Avalonia.Media Namespace