ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaItem Class / ThumbnailSource Property

In This Topic
    ThumbnailSource Property (C1MediaItem)
    In This Topic
    Gets or sets the image that represents the item in the item list.
    Syntax
    'Declaration
     
    
    Public Property ThumbnailSource As ImageSource
    public ImageSource ThumbnailSource {get; set;}
    See Also