UITextBorderStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |