Child Property
Gets or sets the control to display in the popup.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ContentAttribute]
public Control? Child { get; set; }
<ContentAttribute>
Public Property Child As Control
Get
Set
[<ContentAttribute>]
member Child : Control with get, set