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

适用于