Share via


UIStringAttributes Costruttori

Definizione

Overload

UIStringAttributes()

Costruttore predefinito

UIStringAttributes(NSDictionary)

Crea un oggetto UIStringAttributes dagli attributi UIKit NSAttributedString archiviati in un dizionario.

UIStringAttributes()

Costruttore predefinito

public UIStringAttributes ();

Si applica a

UIStringAttributes(NSDictionary)

Crea un oggetto UIStringAttributes dagli attributi UIKit NSAttributedString archiviati in un dizionario.

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

Parametri

dictionary
NSDictionary

Dizionario da cui inizializzare

Si applica a