Share via


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 的新執行個體。

適用於