ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / PausedTemplate Property

In This Topic
    PausedTemplate Property (C1MediaPlayer)
    In This Topic
    Gets or sets the template for an overlay over the screen when the state is Paused.
    Syntax
    'Declaration
     
    
    Public Property PausedTemplate As DataTemplate
    public DataTemplate PausedTemplate {get; set;}
    See Also