SetChild Method
Sets the control to display in the popup.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void SetChild(
Control? control
)
Sub SetChild (
control As Control
)
abstract SetChild :
control : Control -> unit