共用方式為


UITextField.LeftView 屬性

定義

顯示在檢視左側的重迭。

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

屬性值

這個值可以是 null

屬性

備註

重迭將會顯示在 所 LeftViewRect(CGRect) 設定的界限中。

適用於