PreviewTeamView.IsFullScreen Property

Definition

Describes the state of the app's full screen view.

public:
 property bool IsFullScreen { bool get(); };
bool IsFullScreen();
public bool IsFullScreen { get; }
var boolean = previewTeamView.isFullScreen;
Public ReadOnly Property IsFullScreen As Boolean

Property Value

Boolean

bool

True if full screen is toggled on. Otherwise, False.

Applies to