UIScrollView.KeyboardDismissMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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