UITextField.DisabledBackground Property

Definition

The image to display in the background when the control is disabled.

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

Property Value

Attributes

Remarks

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

Applies to