次の方法で共有


NSMutableParagraphStyle.RemoveTabStop(NSTextTab) メソッド

定義

タブ位置 textTabを削除します。

[Foundation.Export("removeTabStop:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveTabStop(UIKit.NSTextTab textTab);
abstract member RemoveTabStop : UIKit.NSTextTab -> unit
override this.RemoveTabStop : UIKit.NSTextTab -> unit

パラメーター

textTab
NSTextTab
属性

注釈

(このノードのその他のドキュメントが提供されます)

これは、バックグラウンド スレッドから使用できます。

適用対象