Provides an object source type for Source, Source, and ImageSource.
<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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.