ImageSource Property

Gets or sets the image that will be displayed.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ContentAttribute]
public IImage? Source { get; set; }

Property Value

IImage

See Also