PreviewTeamView.IsFullScreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.