UITextView.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、アプリケーション ユーザーは現在選択されているテキストのスタイルを変更できます。

適用対象

こちらもご覧ください