Freigeben über


UITextView.AllowsEditingTextAttributes Eigenschaft

Definition

Gibt an, ob der Anwendungsbenutzer die Formatvorlage des Texts ändern kann.

[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

Eigenschaftswert

Der Standardwert ist false.

Attribute

Hinweise

Wenn true, kann der Anwendungsbenutzer die Formatvorlage des aktuell ausgewählten Texts ändern.

Gilt für:

Weitere Informationen