다음을 통해 공유


MediaTransportControls.IsVolumeEnabled 속성

정의

사용자가 미디어 볼륨을 조정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

void IsVolumeEnabled(bool value);
public bool IsVolumeEnabled { get; set; }
var boolean = mediaTransportControls.isVolumeEnabled;
mediaTransportControls.isVolumeEnabled = boolean;
Public Property IsVolumeEnabled As Boolean
<MediaTransportControls IsVolumeEnabled="bool" .../>
    

속성 값

Boolean

bool

true 이면 사용자가 볼륨을 조정할 수 있습니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상

추가 정보