TimelineMarker.Text Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the text value of a TimelineMarker.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.StringThe text value of the TimelineMarker. The default value is an empty string.
Dependency property identifier field: TextProperty
When the TimelineMarker represents a Windows Media marker, this property contains the value of its "Name" field. When the TimelineMarker represents a script command, this property contains the value of its "Param" field.
Show: