AppCaptureSettings.IsCursorImageCaptureEnabled Property

Definition

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

Applies to