UITextBorderStyle Enum

Definition

An enumeration of visual styles for text borders.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextBorderStyle
type UITextBorderStyle = 
Inheritance
UITextBorderStyle
Attributes

Fields

Bezel 2

Displays a bezel around the text field. Generally used for standard data-entry fields.

Line 1

Displays a thin rectangle around the text field.

None 0

The text field does not have a visible border.

RoundedRect 3

Displays a rounded rectangle border around the text field.

Applies to