Partager via


UIStringAttributes Constructeurs

Définition

Surcharges

UIStringAttributes()

Constructeur par défaut

UIStringAttributes(NSDictionary)

Crée un UIStringAttributes à partir des attributs UIKit NSAttributedString stockés dans un dictionnaire.

UIStringAttributes()

Constructeur par défaut

public UIStringAttributes ();

S’applique à

UIStringAttributes(NSDictionary)

Crée un UIStringAttributes à partir des attributs UIKit NSAttributedString stockés dans un dictionnaire.

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

Paramètres

dictionary
NSDictionary

Dictionnaire à initialiser à partir de

S’applique à