MediaPlayerPresenter.IsFullWindow 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定 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
。