UIKit.UITextField.AllowsEditingTextAttributes Property
Whether text entered or pasted can change the attributes of the content.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[get: Foundation.Export("allowsEditingTextAttributes")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[set: Foundation.Export("setAllowsEditingTextAttributes:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool AllowsEditingTextAttributes { get; set; }

Value

The default value is false.

Remarks

If true, the user can edit style attributes and styled text that is pasted into the UIKit.UITextField will retain characteristics. If false, text styling is solely a programmatic feature.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0