Gets or sets the template for an optional overlay of the video area.

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

Syntax

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

Remarks

This is a Template because separate instances are needed for fullscreen and normal mode.

See Also