UITextSmartInsertDeleteType Enum

Definition

Enumerates behaviors for padding insertions and unpadding deletions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSmartInsertDeleteType
type UITextSmartInsertDeleteType = 
Inheritance
UITextSmartInsertDeleteType
Attributes

Fields

Default 0

Indicates the default behavior.

No 1

Indicates that padding and unpadding is never performed.

Yes 2

Indicates that padding and unpadding is enabled.

Applies to