static var automatic: DefaultTextFieldStyle
The default text field style, based on the text field’s context.
Available when
Self
is DefaultTextFieldStyle
.static var plain: PlainTextFieldStyle
A text field style with no decoration.
装飾なしでのテキストフィールドスタイル。
Available when
Self
is PlainTextFieldStyle
.static var roundedBorder : RoundedBorderTextFieldStyle
A text field style with a system-defined rounded border.
システム定義角丸境界線でのテキストフィールドスタイル。
Available when
Self
is RoundedBorderTextFieldStyle
.static var squareBorder : SquareBorderTextFieldStyle
A text field style with a system-defined square border.
システム定義四角境界線でのテキストフィールドスタイル。
Available when
Self
is SquareBorderTextFieldStyle
.