NSMutableParagraphStyle.SetParagraphStyle(NSParagraphStyle) 方法

定义

将现有样式替换为 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
属性

注解

(此节点的更多文档即将)

这可以从后台线程使用。

适用于