NSMutableParagraphStyle.SetParagraphStyle(NSParagraphStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 取代現有的樣式 paragraphStyle
。
[Foundation.Export("setParagraphStyle:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetParagraphStyle (UIKit.NSParagraphStyle paragraphStyle);
abstract member SetParagraphStyle : UIKit.NSParagraphStyle -> unit
override this.SetParagraphStyle : UIKit.NSParagraphStyle -> unit
參數
- paragraphStyle
- NSParagraphStyle
- 屬性
備註
(即將推出此節點的更多檔)
這可從背景執行緒使用。