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.ControlsAssembly:Â
Telerik.Windows.Controls.MediaPlayer (in Telerik.Windows.Controls.MediaPlayer.dll) Version: 2013.1.403.1050
Syntax
| Visual Basic |
|---|
Public Class RadMediaChapter _
Inherits ContentControl _
Implements ISelectable |
Inheritance Hierarchy
See Also