UIStringAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UIStringAttributes() |
Default constructor |
UIStringAttributes(NSDictionary) |
Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary. |
UIStringAttributes()
Default constructor
public UIStringAttributes ();
Applies to
UIStringAttributes(NSDictionary)
Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary.
public UIStringAttributes (Foundation.NSDictionary dictionary);
new UIKit.UIStringAttributes : Foundation.NSDictionary -> UIKit.UIStringAttributes
Parameters
- dictionary
- NSDictionary
Dictionary to initialize from