UIStringAttributes 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
要从中初始化的字典