Share via


UITextBorderStyle 列挙型

定義

テキストの罫線のビジュアル スタイルの列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextBorderStyle
type UITextBorderStyle = 
継承
UITextBorderStyle
属性

フィールド

Bezel 2

テキスト フィールドの周囲にベゼルを表示します。 一般に、標準データ入力フィールドに使用されます。

Line 1

テキスト フィールドの周囲に薄い四角形を表示します。

None 0

テキスト フィールドに罫線が表示されません。

RoundedRect 3

テキスト フィールドの周囲に丸い四角形の罫線を表示します。

適用対象