.NET Framework Class Library for Silverlight
MultiScaleImage..::.Source Property

Gets or sets the MultiScaleTileSource object that is used as the source for the MultiScaleImage.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Public Property Source As MultiScaleTileSource
    Get
    Set
Visual Basic (Usage)
Dim instance As MultiScaleImage
Dim value As MultiScaleTileSource

value = instance.Source

instance.Source = value
C#
public MultiScaleTileSource Source { get; set; }
XAML Attribute Usage
<MultiScaleImage Source="uri"/>

Property Value

Type: System.Windows.Media..::.MultiScaleTileSource
The MultiScaleTileSource object that is used as the source for the MultiScaleImage.
Remarks

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.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker