UITextField.DisabledBackground 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 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.