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 之类的内容,并且需要“双击”来引入系统提示,例如操作中心。

适用于