FullScreenPresentationConfiguration.IsExclusive 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.
Gets or sets a value that indicates whether Exclusive Fullscreen Mode is on.
public:
property bool IsExclusive { bool get(); void set(bool value); };
bool IsExclusive();
void IsExclusive(bool value);
public bool IsExclusive { get; set; }
var boolean = fullScreenPresentationConfiguration.isExclusive;
fullScreenPresentationConfiguration.isExclusive = boolean;
Public Property IsExclusive As Boolean
Property Value
Boolean
bool
true if the presentation is in Exclusive Fullscreen Mode; otherwise, false.
Remarks
If true, this dismisses things like StatusBar and requires 'double swipe' to bring in system affordances such as action center.