Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 918 Bytes

bitmapiconsource_urisource.md

File metadata and controls

33 lines (20 loc) · 918 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.BitmapIconSource.UriSource
winrt property

Windows.UI.Xaml.Controls.BitmapIconSource.UriSource

-description

Gets or sets the Uniform Resource Identifier (URI) of the bitmap to use as the icon content.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.BitmapIconSource.UriSource (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<BitmapIconSource UriSource="uriString"/>

-property-value

The Uri of the bitmap to use as the icon content. The default is null.

-remarks

-see-also

-examples