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

パディングとパッド解除が有効になっていることを示します。

適用対象