UIStringAttributes 构造函数

定义

重载

UIStringAttributes()

默认构造函数

UIStringAttributes(NSDictionary)

从存储在字典中的 UIKit NSAttributedString 属性创建 UIStringAttributes。

UIStringAttributes()

默认构造函数

public UIStringAttributes ();

适用于

UIStringAttributes(NSDictionary)

从存储在字典中的 UIKit NSAttributedString 属性创建 UIStringAttributes。

public UIStringAttributes (Foundation.NSDictionary dictionary);
new UIKit.UIStringAttributes : Foundation.NSDictionary -> UIKit.UIStringAttributes

参数

dictionary
NSDictionary

要从中初始化的字典

适用于