Contents

attributesByName

The attributes of the receiver in a dictionary.

Declaration

var attributesByName: [String : NSAttributeDescription] { get }

Discussion

The keys in the dictionary are the attribute names and the values are instances of NSAttributeDescription. .

See Also

Working with properties