ExpGestureRecognizer.ShowGestureFeedback Property

Definition

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

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

Property Value

Boolean

bool

Applies to