ITopLevelImplPaint Property
Gets or sets a method called when the toplevel requires painting.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<Rect>? Paint { get; set; }
Property Paint As Action(Of Rect)
Get
Set
abstract Paint : Action<Rect> with get, set
Property Value
ActionRect