次の方法で共有


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

初期化元のディクショナリ

適用対象