UITextField.LeftView Property

Definition

An overlay that is displayed on the left side of the view.

public virtual UIKit.UIView LeftView { [Foundation.Export("leftView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLeftView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.LeftView : UIKit.UIView with get, set

Property Value

This value can be null.

Attributes

Remarks

The overlay will be display in the bounds set by LeftViewRect(CGRect).

Applies to