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

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

Syntax

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

See Also