Source (MultiScaleImage)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the URI of the image to use for a MultiScaleImage object.

<MultiScaleImage Source="uri" />
-or-
<MultiScaleImage>
  <MultiScaleImage.Source>
    <DeepZoomImageTileSource UriSource="uri"/>
  </MultiScaleImage.Source>
</MultiScaleImage>
value = object.Source
object.Source = value

Property Value

Type: DeepZoomImageTileSource or string in XAML.

The URI.

This property is read/write.

Managed Equivalent

Source

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

MultiScaleImage

Version Information

Silverlight 2