TimelineMarkerCollection
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents a collection of TimelineMarker objects.
Syntax Notes
See Remarks.
Methods
Add, Clear, Equals, FindName (DependencyObject), GetHost, GetItem, GetValue, Insert, Remove, RemoveAt, SetValue
Remarks
You cannot set the TimelineMarkerCollection object in initial XAML or with the XAML used for the CreateFromXaml method. Instead, you either embed the timeline markers in the media itself or add them with script after the media is opened.
Changing the collection with script does not affect the embedded markers that exist in the media file; it only adjusts the current MediaElement representation of the collection of timeline markers.