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

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

Syntax

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

See Also