Namespace:
System.Windows.Media
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ImageSourceConverter))> _
Public MustInherit Class ImageSource _
Inherits DependencyObject
Dim instance As ImageSource
[TypeConverterAttribute(typeof(ImageSourceConverter))]
public abstract class ImageSource : DependencyObject
This is an abstract type that is used in the signatures for Source, Source, and ImageSource. For information on the practical derived class that is used for Silverlight 2 image sources, see BitmapImage.
System..::.Object
System.Windows..::.DependencyObject
System.Windows.Media..::.ImageSource
System.Windows.Media.Imaging..::.BitmapSource
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference