Popup.

Child Property

Summary

Gets or sets the control to display in the popup.
Namespace
Avalonia.Controls.Primitives
Containing Type
Popup

Syntax

[Content]
public Control? Child { get; set; }

Attributes

Type Description
ContentAttribute Defines the property that contains the object's content in markup.

Value

Type Description
Control?