UITextField.LeftView 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.
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).