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

In This Topic
    IsTimePresenterVisible Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the widget that shows the current and total time of the media is visible.
    Syntax
    'Declaration
     
    
    Public Property IsTimePresenterVisible As Boolean
    public bool IsTimePresenterVisible {get; set;}
    See Also