UITextField.BorderStyle Property
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.
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.