UriSource Property
Collapse the table of content
Expand the table of content

DeepZoomImageTileSource.UriSource Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the source Uri of the DeepZoomImageTileSource.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Property UriSource As Uri
<DeepZoomImageTileSource UriSource ="uri".../>

Property Value

Type: System.Uri
The source Uri of the DeepZoomImageTileSource.

Dependency property identifier field: UriSourceProperty

The following sample shows how to use DeepZoomImageTileSource to set the source of the MultiScaleImage.


Public Sub New()
    InitializeComponent()
    Dim MyMSI As New MultiScaleImage()
    MyMSI.Source = New DeepZoomImageTileSource(New System.Uri("Source/dzc_output.xml", UriKind.Relative))
    LayoutRoot.Children.Add(MyMSI)
End Sub


Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft