UIScrollView.KeyboardDismissMode Property

Definition

The manner in which the keyboard is dismissed at the start of dragging.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIScrollViewKeyboardDismissMode KeyboardDismissMode { [Foundation.Export("keyboardDismissMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setKeyboardDismissMode:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.KeyboardDismissMode : UIKit.UIScrollViewKeyboardDismissMode with get, set

Property Value

Attributes

Applies to