MediaTransportControls.IsVolumeButtonVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.