Source Property
Gets or sets the image that will be displayed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ContentAttribute]
public IImage? Source { get; set; }
<ContentAttribute>
Public Property Source As IImage
Get
Set
[<ContentAttribute>]
member Source : IImage with get, set