FullScreenPresentationConfiguration.IsExclusive Property

Definition

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.

Applies to