ComponentOne MediaPlayer for WPF and Silverlight
C1.WPF.MediaPlayer Namespace / C1MediaPlayer Class / Volume Property

In This Topic
    Volume Property (C1MediaPlayer)
    In This Topic
    Gets or sets the media's volume.
    Syntax
    'Declaration
     
    
    Public Property Volume As Double
    public double Volume {get; set;}
    Remarks
    The media's volume represented on a linear scale between 0 and 1. The default is 1.
    See Also