Share via


MiracastReceiverCursorImageChannel.ImageStream Property

Definition

Gets the cursor image as a PNG image bitmap.

public:
 property IRandomAccessStreamWithContentType ^ ImageStream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType ImageStream();
public IRandomAccessStreamWithContentType ImageStream { get; }
var iRandomAccessStreamWithContentType = miracastReceiverCursorImageChannel.imageStream;
Public ReadOnly Property ImageStream As IRandomAccessStreamWithContentType

Property Value

A stream object, containing the cursor image in the form of a PNG image bitmap.

Applies to