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

In This Topic
    IsFullScreen Property (C1MediaPlayer)
    In This Topic
    Gets or sets a value indicating whether the player is running maximized.
    Syntax
    'Declaration
     
    
    Public Property IsFullScreen As Boolean
    public bool IsFullScreen {get; set;}
    Remarks
    When full screen is abandoned this property resets to false automatically. It’s possible for the application to be maximized and this property to be false, for example an application containing several media players can only maximize one at a time.
    See Also