UICollectionViewController.InstallsStandardGestureForInteractiveMovement プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
標準の長押しジェスチャ認識エンジンがセルの並べ替えを開始するかどうか。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool InstallsStandardGestureForInteractiveMovement { [Foundation.Export("installsStandardGestureForInteractiveMovement")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setInstallsStandardGestureForInteractiveMovement:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.InstallsStandardGestureForInteractiveMovement : bool with get, set
プロパティ値
既定値は true
です。
- 属性
注釈
既定では、 内 UICollectionViewController のセル位置のドラッグ アンド ドロップは、長押し (および の MoveItem(UICollectionView, NSIndexPath, NSIndexPath)実装) でトリガーされます。 その動作を望まない開発者は、この値を に false
設定できます。