UITextField.BorderStyle Property

Definition

The border style.

public virtual UIKit.UITextBorderStyle BorderStyle { [Foundation.Export("borderStyle")] get; [Foundation.Export("setBorderStyle:")] set; }
member this.BorderStyle : UIKit.UITextBorderStyle with get, set

Property Value

Border style of type UITextBorderStyle.

Attributes

Remarks

Any custom background image associated with the control will be ignored if the value of this property is set to RoundedRect.

Applies to