CoreIndependentInputSourceController.IsPalmRejectionEnabled Property

Definition

Gets or sets whether enhanced logic is used to detect accidental touch input when using a pen.

public:
 property bool IsPalmRejectionEnabled { bool get(); void set(bool value); };
bool IsPalmRejectionEnabled();

void IsPalmRejectionEnabled(bool value);
public bool IsPalmRejectionEnabled { get; set; }
var boolean = coreIndependentInputSourceController.isPalmRejectionEnabled;
coreIndependentInputSourceController.isPalmRejectionEnabled = boolean;
Public Property IsPalmRejectionEnabled As Boolean

Property Value

Boolean

bool

True, if touch input should be delayed (or ignored) when pen input is also detected. Otherwise, false. The default is false.

Applies to