MediaTransportControls.IsVolumeButtonVisible Property

Definition

Gets or sets a value that indicates whether the volume button is shown.

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

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

Property Value

Boolean

bool

true to show the volume button. false to hide the volume button. The default is true.

Applies to

See also