Property Uri
Uri
Gets or sets the URI of the picture marker symbol.
Declaration
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri | The URI of the picture marker symbol. |
Remarks
If this symbol was created from a Uri, this property has a value; it can be changed as long as the symbol has not been used yet.
If this symbol was created from image data instead, this property is null
and it cannot be set.
Exceptions
Type | Condition |
---|---|
InvalidOperationException | This symbol was created from image data and its Uri cannot be set. |
System.ArgumentNullException | Property cannot be set to |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |