Gets or sets the template for an overlay over the screen when the state is Paused.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public DataTemplate PausedTemplate { get; set; }
Visual Basic
Public Property PausedTemplate As DataTemplate
	Get
	Set

See Also