RadControls for Silverlight

Chapters gives you the ability to highlight key media content. Chapters are added to the a RadMediaItem object using its Items collection. In XAML RadMediaItem RadMediaChapter RadMediaItem Each chapter (which is a RadMediaChapter class) is defined with the following properties: Position - the exact time (in seconds) when the chapter begins Content - the content(title) of the chapter. ImageSource - url of the image with which the chapter is previewed in RadChaptersPresenter.

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

Syntax

C#
public class RadMediaChapter : ContentControl, 
	ISelectable
Visual Basic
Public Class RadMediaChapter _
	Inherits ContentControl _
	Implements ISelectable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..RadMediaChapter

See Also