MiracastReceiverMediaSourceCreatedEventArgs.CursorImageChannelSettings 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.
Returns an object for configuring the settings of the optional cursor image channel.
public:
property MiracastReceiverCursorImageChannelSettings ^ CursorImageChannelSettings { MiracastReceiverCursorImageChannelSettings ^ get(); };
MiracastReceiverCursorImageChannelSettings CursorImageChannelSettings();
public MiracastReceiverCursorImageChannelSettings CursorImageChannelSettings { get; }
var miracastReceiverCursorImageChannelSettings = miracastReceiverMediaSourceCreatedEventArgs.cursorImageChannelSettings;
Public ReadOnly Property CursorImageChannelSettings As MiracastReceiverCursorImageChannelSettings
Property Value
The MiracastReceiverCursorImageChannelSettings object.
Remarks
The configuration settings for the cursor image channel take effect when the event is completed. Use MiracastReceiverMediaSourceCreatedEventArgs.GetDeferral to delay the completion of the event, if needed.