StereoVolumeRightChannel Property
Gets the right channel volume, from range 0 to 100.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int RightChannel { get; }
Public ReadOnly Property RightChannel As Integer
Get
Dim instance As StereoVolume
Dim value As Integer
value = instance.RightChannel
public:
property int RightChannel {
int get ();
}
member RightChannel : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The right channel volume, from range 0 to 100.