MiracastReceiverConnection.CursorImageChannel 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 the channel for transmitting mouse cursor images from a Miracast Transmitter to a Miracast Receiver.
public:
property MiracastReceiverCursorImageChannel ^ CursorImageChannel { MiracastReceiverCursorImageChannel ^ get(); };
MiracastReceiverCursorImageChannel CursorImageChannel();
public MiracastReceiverCursorImageChannel CursorImageChannel { get; }
var miracastReceiverCursorImageChannel = miracastReceiverConnection.cursorImageChannel;
Public ReadOnly Property CursorImageChannel As MiracastReceiverCursorImageChannel
Property Value
The cursor image channel.