Share via


UITextBorderStyle Enum

Definition

An enumeration of visual styles for text borders.

[ObjCRuntime.Native]
public enum UITextBorderStyle
[<ObjCRuntime.Native>]
type UITextBorderStyle = 
Inheritance
UITextBorderStyle
Attributes

Fields

Name Value Description
None 0

The text field does not have a visible border.

Line 1

Displays a thin rectangle around the text field.

Bezel 2

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

RoundedRect 3

Displays a rounded rectangle border around the text field.

Applies to