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