다음을 통해 공유


UITextSmartInsertDeleteType 열거형

정의

삽입 패딩 및 패딩 해제 삭제에 대한 동작을 열거합니다.

[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 = 
상속
UITextSmartInsertDeleteType
특성

필드

Default 0

기본 동작을 나타냅니다.

No 1

패딩 및 패딩 해제가 수행되지 않음을 나타냅니다.

Yes 2

패딩 및 패딩 해제가 사용하도록 설정되어 있음을 나타냅니다.

적용 대상