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

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