ExpGestureRecognizer.GestureSettings Property

Definition

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

void GestureSettings(GestureSettings value);
public GestureSettings GestureSettings { get; set; }
var gestureSettings = expGestureRecognizer.gestureSettings;
expGestureRecognizer.gestureSettings = gestureSettings;
Public Property GestureSettings As GestureSettings

Property Value

Applies to