MultiScaleImage::Source Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the MultiScaleTileSource object that is used as the source for the MultiScaleImage.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<MultiScaleImage Source="uri"/>
Property Value
Type: System.Windows.Media::MultiScaleTileSourceThe MultiScaleTileSource object that is used as the source for the MultiScaleImage.
Dependency property identifier field: SourceProperty
The MultiScaleTileSource class can be a custom subclass, or a DeepZoomImageTileSource, which utilizes an image pyramid.
Show: