Share via


GestureRecognizer.ShowGestureFeedback Property

Definition

Gets or sets a value that indicates whether visual feedback is displayed during an interaction.

For more details on this API, please see the the UWP WinRT ShowGestureFeedback topic.

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

void ShowGestureFeedback(bool value);
public bool ShowGestureFeedback { get; set; }
var boolean = gestureRecognizer.showGestureFeedback;
gestureRecognizer.showGestureFeedback = boolean;
Public Property ShowGestureFeedback As Boolean

Property Value

Boolean

bool

True, if feedback is displayed. Otherwise, false. The default is true.

Applies to