PointerVisualizationSettings.IsContactFeedbackEnabled Property

Definition

Gets or sets a value that indicates whether visual feedback is enabled when a pointer contact is detected.

Important

Pointer visualizations are supported by the Desktop device family only.

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

void IsContactFeedbackEnabled(bool value);
public bool IsContactFeedbackEnabled { get; set; }
var boolean = pointerVisualizationSettings.isContactFeedbackEnabled;
pointerVisualizationSettings.isContactFeedbackEnabled = boolean;
Public Property IsContactFeedbackEnabled As Boolean

Property Value

Boolean

bool

True if feedback is enabled; otherwise false. The default value is true.

Applies to