BrushTransform Property

Gets or sets the transform of the brush.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ITransform? Transform { get; set; }

Property Value

ITransform

Implements

IBrushTransform

See Also