SmoothStreamingMediaElement.PipMode Property
Gets or sets a value that indicates whether the media stream is in picture-in-picture (PIP) mode.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property PipMode As Boolean
Get
Set
'Usage
Dim instance As SmoothStreamingMediaElement
Dim value As Boolean
value = instance.PipMode
instance.PipMode = value
public bool PipMode { get; set; }
public:
property bool PipMode {
bool get ();
void set (bool value);
}
member PipMode : bool with get, set
function get PipMode () : boolean
function set PipMode (value : boolean)
Property Value
Type: System.Boolean
true if the media stream is in picture-in-picture (PIP) mode; otherwise, false.
Version Information
Silverlight
Supported in: 5