Gets or sets the MultiScaleTileSource object that is used as the source for the MultiScaleImage.
Public Property Source As MultiScaleTileSource Get Set
Dim instance As MultiScaleImage Dim value As MultiScaleTileSource value = instance.Source instance.Source = value
public MultiScaleTileSource Source { get; set; }
<MultiScaleImage Source="uri"/>
Dependency property identifier field: SourceProperty
The MultiScaleTileSource class can be a custom subclass, or a DeepZoomImageTileSource, which utilizes an image pyramid. For more information, see Deep Zoom.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.