GestureRecognizer.ShowGestureFeedback Property

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

Syntax

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

Property value

Type: bool 

  True if feedback is displayed; otherwise false. The default is true.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace