Share via


SmoothStreamingMediaElement.Markers Property

Gets the markers collection.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property Markers As TimelineMarkerCollection
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As TimelineMarkerCollection

value = instance.Markers
public TimelineMarkerCollection Markers { get; }
public:
property TimelineMarkerCollection^ Markers {
    TimelineMarkerCollection^ get ();
}
member Markers : TimelineMarkerCollection
function get Markers () : TimelineMarkerCollection

Property Value

Type: System.Windows.Media.TimelineMarkerCollection
A collection of timeline markers.

Remarks

For more information, see Timeline Markers and Events.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace