CTFontDescriptor.GetAttribute(NSString) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un oggetto CTFontDescriptorAttribute dal descrittore.
public Foundation.NSObject GetAttribute (Foundation.NSString attribute);
member this.GetAttribute : Foundation.NSString -> Foundation.NSObject
Parametri
- attribute
- NSString
NSString che rappresenta un attributo CTFontDescriptor, una delle chiavi in CTFontDescriptorAttributeKey.
Restituisce
Attributo come NSObject.
Commenti
È possibile usare GetAttributes() il metodo per ottenere tutti gli attributi contemporaneamente con un set fortemente tipizzato di proprietà.