Content Property
Gets or sets the content to display in this flyout
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ContentAttribute]
public Object Content { get; set; }
<ContentAttribute>
Public Property Content As Object
Get
Set
[<ContentAttribute>]
member Content : Object with get, set