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

MediaPlayerPresenter가 전체 창 모드에 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상