Share via


MediaPlayerPresenter.IsFullWindow 屬性

定義

取得或設定值,指定 MediaPlayerPresenter 是否以完整視窗模式呈現。

public:
 property bool IsFullWindow { bool get(); void set(bool value); };
bool IsFullWindow();

void IsFullWindow(bool value);
public bool IsFullWindow { get; set; }
var boolean = mediaPlayerPresenter.isFullWindow;
mediaPlayerPresenter.isFullWindow = boolean;
Public Property IsFullWindow As Boolean
<MediaPlayerPresenter IsFullWindow="bool" />

屬性值

Boolean

bool

true 如果 MediaPlayerPresenter 處於全視窗模式,則為 ;否則為 false。 預設值為 false

適用於