共用方式為


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

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

適用於