Condividi tramite


UITextView.AllowsEditingTextAttributes Proprietà

Definizione

Indica se l'utente dell'applicazione può modificare lo stile del testo.

[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

Valore della proprietà

Il valore predefinito è false.

Attributi

Commenti

Quando true, l'utente dell'applicazione può modificare lo stile del testo attualmente selezionato.

Si applica a

Vedi anche