UriImageSource.Uri Property

Definition

Gets or sets the URI for the image to get.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.UriTypeConverter))]
public Uri Uri { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.UriTypeConverter))>]
member this.Uri : Uri with get, set
Public Property Uri As Uri

Property Value

Uri
Attributes

Applies to