AppCaptureSettings.IsCursorImageCaptureEnabled 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 a value indicating whether the cursor image is captured.
public:
property bool IsCursorImageCaptureEnabled { bool get(); void set(bool value); };
bool IsCursorImageCaptureEnabled();
void IsCursorImageCaptureEnabled(bool value);
public bool IsCursorImageCaptureEnabled { get; set; }
var boolean = appCaptureSettings.isCursorImageCaptureEnabled;
appCaptureSettings.isCursorImageCaptureEnabled = boolean;
Public Property IsCursorImageCaptureEnabled As Boolean
Property Value
Boolean
bool
True if the cursor image is captured; otherwise, false.
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
|
API contract |
Windows.Media.Capture.AppCaptureContract (introduced in v4.0)
|
App capabilities |
appCaptureSettings
|