ITopLevelImplPaint Property

Gets or sets a method called when the toplevel requires painting.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<Rect>? Paint { get; set; }

Property Value

ActionRect

See Also