JavaScript API for Silverlight
Source (MultiScaleImage)
Gets or sets the URI of the image to use for a MultiScaleImage object.
XAML
<MultiScaleImage Source="uri" /> -or- <MultiScaleImage> <MultiScaleImage.Source> <DeepZoomImageTileSource UriSource="uri"/> </MultiScaleImage.Source> </MultiScaleImage>
JScript
value = object.Source object.Source = value
Property Value
Type: DeepZoomImageTileSource or string in XAML.
The URI.
This property is read/write.
Managed Equivalent
Remarks
Specify as a string for compact usage. Specifying a DeepZoomImageTileSource is a valid verbose usage. Script access can accept or return a DeepZoomImageTileSource object.
Applies To
Version Information
Silverlight 2