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

In This Topic
    IsLooping Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the first media item should play after the last finishes.
    Syntax
    'Declaration
     
    
    Public Property IsLooping As Boolean
    public bool IsLooping {get; set;}
    See Also