FullScreenPresentationConfiguration.IsExclusive 屬性

定義

取得或設定值,這個值表示 [獨佔全螢幕模式] 是否開啟。

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

屬性值

Boolean

bool

如果簡報處於獨佔全螢幕模式,則為true;否則為false

備註

如果 為 true,這會關閉 StatusBar 之類的專案,而且需要「雙撥動」才能帶入系統能供性,例如控制中心。

適用於