TimelineMarkerCollection

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents a collection of TimelineMarker objects.

Syntax Notes

See Remarks.

Managed Equivalent

TimelineMarkerCollection

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.

See Also

Reference