Child Property
Gets or sets the child of the Viewbox
Definition
Namespace: Avalonia.Controls
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