UITextField.Background Property

Definition

This property contains the image that will be displayed in the background of the control when it is enabled.

public virtual UIKit.UIImage Background { [Foundation.Export("background", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setBackground:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Background : UIKit.UIImage with get, set

Property Value

Attributes

Remarks

Background images are drawn in the border rectangle portion of the control.

Applies to