ITopLevelImpl.

Paint Property

Summary

Gets or sets a method called when the toplevel requires painting.
Namespace
Avalonia.Platform
Containing Type
ITopLevelImpl

Syntax

Action<Rect> Paint { get; set; }

Value

Type Description
Action<Rect>