RadControls for Silverlight

RadMediaItem allows a user to populate RadMediaPlayer with media items. RadMediaItem is identified by the following properties: Source - the Uri of the media file; ImageSource - the Uri of the image file that will represent RadMediaItem in RadMediaPlayer's playlist; Header - Content that is displayed in the Playlist area of RadMediaPlayer.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.MediaPlayer (in Telerik.Windows.Controls.MediaPlayer.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadMediaItem : HeaderedSelector, 
	ISelectable
Visual Basic
Public Class RadMediaItem _
	Inherits HeaderedSelector _
	Implements ISelectable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..HeaderedItemsControl
                Telerik.Windows.Controls..::..HeaderedSelector
                  Telerik.Windows.Controls..::..RadMediaItem

See Also