FullScreenPresenter 类

定义

使用全屏配置显示应用窗口。

public ref class FullScreenPresenter sealed : AppWindowPresenter
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FullScreenPresenter final : AppWindowPresenter
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FullScreenPresenter : AppWindowPresenter
Public NotInheritable Class FullScreenPresenter
Inherits AppWindowPresenter
继承
Object Platform::Object IInspectable AppWindowPresenter FullScreenPresenter
属性

注解

全屏模式与最大化模式不同。 当应用处于全屏模式时,它会占用整个屏幕。 默认情况下,系统元素(如标题栏、状态栏或任务栏)处于隐藏状态。 用户可以从底部轻扫以调用任务栏,从左侧轻扫以调用任务视图,从右侧轻扫以调用操作中心,从顶部轻扫以调用标题栏。

当用户离开应用以使用另一个应用时,将保留应用的全屏性质。 当用户再次切换到应用时,它将全屏显示。

属性

Kind

获取一个值,该值指示应用窗口正在使用的演示者类型。

(继承自 AppWindowPresenter)

方法

Create()

创建 FullScreenPresenter 的新实例。

适用于