次の方法で共有


UIInputViewStyle 列挙型

定義

値が に適用されるぼかし効果と濃淡効果を指定する UIInputView列挙体。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIInputViewStyle
type UIInputViewStyle = 
継承
UIInputViewStyle
属性

フィールド

Default 0

ぼかしを適用しますが、濃淡は適用しません。

Keyboard 1

ぼかしと濃淡の両方を適用します。

適用対象