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

In This Topic
    IsTitleVisible Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the text block that shows the title of the current item is visible.
    Syntax
    'Declaration
     
    
    Public Property IsTitleVisible As Boolean
    public bool IsTitleVisible {get; set;}
    See Also