共用方式為


UITextField.AllowsEditingTextAttributes 屬性

定義

輸入或貼上的文字是否可以變更內容的屬性。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsEditingTextAttributes { [Foundation.Export("allowsEditingTextAttributes")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsEditingTextAttributes:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsEditingTextAttributes : bool with get, set

屬性值

預設值是 false

屬性

備註

如果 true 為 ,則使用者可以編輯貼入 的 UITextField 樣式屬性和樣式文字將會保留特性。 如果 false 為 ,則文字樣式只是程式設計功能。

適用於