MediaElement.Balance 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 ratio of volume across stereo speakers.
public:
property double Balance { double get(); void set(double value); };
double Balance();
void Balance(double value);
public double Balance { get; set; }
var double = mediaElement.balance;
mediaElement.balance = double;
Public Property Balance As Double
<MediaElement Balance="double" .../>
Property Value
Double
double
The ratio of volume across speakers in the range between -1 and 1. The default value is 0.