次の方法で共有


ExpGestureRecognizer.GestureSettings プロパティ

定義

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

プロパティ値

適用対象