LayoutTransform Property
Gets or sets a graphics transformation that should apply to this element when layout is performed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ITransform? LayoutTransform { get; set; }
Public Property LayoutTransform As ITransform
Get
Set
member LayoutTransform : ITransform with get, set