共用方式為


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

要從初始化的字典

適用於